Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- recordKey
Type: System.Object
- levelDelta
Type: System.Int32