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.
Prepares the GridSerializer object for accepting incremental changes.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub EnableIncrementalChanges ( _
objectBuilder As ObjectBuilderFromLocalized _
)
'Usage
Dim instance As GridSerializer
Dim objectBuilder As ObjectBuilderFromLocalized
instance.EnableIncrementalChanges(objectBuilder)
public void EnableIncrementalChanges(
ObjectBuilderFromLocalized objectBuilder
)
Parameters
objectBuilder
Type: Microsoft.SharePoint.JSGrid.ObjectBuilderFromLocalizedA delegate to create an object of the appropriate C# type, given a localized string. For instance, this delegate might take a string “4” and return a Int32 with the value 4.
Remarks
Should be called before calling ApplyIncrementalChanges(IEnumerable<Change>).