InsertRecordUpdate constructor
Creates an instance of InsertRecordUpdate by specifying the key of the inserted record, the key of the record it was inserted after, and the outline level of the inserted record.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
recordKey As Object, _
afterRecordKey As Object, _
newOutlineLevel As Integer _
)
'Usage
Dim recordKey As Object
Dim afterRecordKey As Object
Dim newOutlineLevel As Integer
Dim instance As New InsertRecordUpdate(recordKey, _
afterRecordKey, newOutlineLevel)
public InsertRecordUpdate(
Object recordKey,
Object afterRecordKey,
int newOutlineLevel
)
Parameters
recordKey
Type: System.ObjectThe key identifying the inserted record.
afterRecordKey
Type: System.ObjectThe key of the record preceding the newly inserted record.
newOutlineLevel
Type: System.Int32The outline level of the newly inserted record.