SPWeb.ClientFormWebData property
Returns a dictionary containing web properties used in CSR Forms
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property ClientFormWebData As Dictionary(Of String, Object)
Get
'Usage
Dim instance As SPWeb
Dim value As Dictionary(Of String, Object)
value = instance.ClientFormWebData
public virtual Dictionary<string, Object> ClientFormWebData { get; }
Property value
Type: System.Collections.Generic.Dictionary<String, Object>
Remarks
This dictionary is serialized into JSON as part of the CSR Form schema - Aggregates several existing properties into a single public dictionary