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.Object

    The key identifying the inserted record.

  • afterRecordKey
    Type: System.Object

    The key of the record preceding the newly inserted record.

  • newOutlineLevel
    Type: System.Int32

    The outline level of the newly inserted record.

See Also

Reference

InsertRecordUpdate Class

InsertRecordUpdate Members

Microsoft.SharePoint.JSGrid Namespace