SPItem.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 Overridable ReadOnly Property ClientFormItemData As Dictionary(Of String, Object)
    Get
'Usage
Dim instance As SPItem
Dim value As Dictionary(Of String, Object)

value = instance.ClientFormItemData
public virtual 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.

See also

Reference

SPItem class

SPItem members

Microsoft.SharePoint namespace