Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the types of updates that the JS Grid control supports.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Enumeration UpdateType
'Usage
Dim instance As Update.UpdateType
public enum UpdateType
Members
Member name | Description | |
---|---|---|
Insert | Represents the insertion of a record. | |
Level | Represents an update made to the outline level of a record. | |
Prop | Represents an update made to the value of a cell. | |
Delete | Represents the deletion of a record. | |
PostViewRowDelete | This member is reserved for internal use and is not intended to be used directly from your code. | |
PostViewRowInsert | This member is reserved for internal use and is not intended to be used directly from your code. | |
PostViewLevelUpdate | This member is reserved for internal use and is not intended to be used directly from your code. |