FieldTemplate 要素 (DeploymentManifest)

適用対象: SharePoint 2016 |SharePoint Foundation 2013 |SharePoint Online |SharePoint Server 2013

Windows SharePoint Services 3.0 フィールド オブジェクト (SPField) のテンプレートを表します。

定義

DECLARATION
<xs:element name="FieldTemplate" type="DeploymentFieldTemplate" />

USAGE
<SPObject>
        <FieldTemplate>
                Id="Guid"
                Name="xs:string"
                ParentWebId="Guid"
                Scope="xs:string"
                Description="xs:string"
                Group="xs:string"
            <Field />
        </FieldTemplate>
</SPObject>

DeploymentFieldTemplate

要素と属性

以下のセクションで、属性、子要素、親要素について説明します。

属性

属性 説明
Id
Guid 単純型 (DeploymentManifest)
オプション。 フィールド テンプレートの一意の識別子。
名前
xs:string
オプション。 フィールド テンプレートの名前。
ParentWebId
Guid 単純型 (DeploymentManifest)
親 Web サイトの一意の識別子。
エクスポート時にはオプションです。インポート時には必須です。
スコープ
xs:string
フィールド テンプレートの適用範囲。
エクスポートの場合は省略可能、インポートの場合は必須です。
説明
xs:string
オプション。 フィールド テンプレートの説明。
グループ
xs:string
オプション。

子要素

Field 要素 (DeploymentManifest - DeploymentFieldTemplate)

親要素

SPObject 要素 (DeploymentManifest)

関連項目