FieldTemplate 要素 (DeploymentManifest)
最終更新日: 2015年3月9日
適用対象: SharePoint Foundation 2010
この記事の内容
型
属性
子要素
親要素
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 |
オプション。フィールド テンプレートの一意の識別子。 |
|
Name |
xs:string |
オプション。フィールド テンプレートの名前。 |
ParentWebId |
親 Web サイトの一意の識別子。 エクスポートの場合は省略可能、インポートの場合は必須です。 |
|
Scope |
xs:string |
フィールド テンプレートの適用範囲。 エクスポートの場合は省略可能、インポートの場合は必須です。 |
Description |
xs:string |
オプション。フィールド テンプレートの説明。 |
Group |
xs:string |
オプション。 |