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)
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.
Show: