共用方式為


SPWeb.ClientFormWebData property

傳回字典,包含用於 CSR 表單的 web 內容

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

Syntax

'宣告
Public Overridable ReadOnly Property ClientFormWebData As Dictionary(Of String, Object)
    Get
'用途
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>

備註

這個字典會序列化到 JSON 的 CSR 表單結構描述的一部分彙總多個現有的屬性至單一公用字典

請參閱

參照

SPWeb class

SPWeb members

Microsoft.SharePoint namespace