Update.UpdateType enumeration

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.

See also

Reference

Microsoft.SharePoint.JSGrid namespace