OutlineLevelUpdate constructor

Creates a new instance of the OutlineLevelUpdateclass.

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

Syntax

'Declaration
Public Sub New ( _
    recordKey As Object, _
    levelDelta As Integer _
)
'Usage
Dim recordKey As Object
Dim levelDelta As Integer

Dim instance As New OutlineLevelUpdate(recordKey, _
    levelDelta)
public OutlineLevelUpdate(
    Object recordKey,
    int levelDelta
)

Parameters

See also

Reference

OutlineLevelUpdate class

OutlineLevelUpdate members

Microsoft.SharePoint.JSGrid namespace