SPListItem.ClientFormItemData property
Gets a dictionary containing item properties used in CSR forms.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ClientFormItemData As Dictionary(Of String, Object)
Get
'Usage
Dim instance As SPListItem
Dim value As Dictionary(Of String, Object)
value = instance.ClientFormItemData
public override Dictionary<string, Object> ClientFormItemData { get; }
Property value
Type: System.Collections.Generic.Dictionary<String, Object>
The dictionary containing item properties.
Remarks
This dictionary is serialized into JavaScript Object Notation (JSON) as part of the CSR form schema. It aggregates several existing properties into a single public dictionary. Currently SPItemobject has no interesting properties so an empty dictionary is returned.