RemoveRecordUpdate class

Represents the removal of a record in the grid.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.JSGrid.Update
    Microsoft.SharePoint.JSGrid.RemoveRecordUpdate

Namespace:  Microsoft.SharePoint.JSGrid
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Class RemoveRecordUpdate _
    Inherits Update
'Usage
Dim instance As RemoveRecordUpdate
public class RemoveRecordUpdate : Update

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

RemoveRecordUpdate members

Microsoft.SharePoint.JSGrid namespace