ObjectBuilderFromSerialized delegate

SharePoint 2013

Builds an object from a serialized value and property type identifier.

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

No code example is currently available or this language may not be supported.

Parameters

propTypeId
Type: System.String

The identifier of the property type.

serializedValue
Type: System.String

A string representation of the value to build.

createdObject
Type: System.Object

The deserialized object.

Return value

Type: System.Boolean
true if serialization was successful; otherwise false.

This delegate takes the object to be built as a reference parameter of type System.Object.

Show: