Requirement 要素 (DeploymentRequirements)
適用対象: SharePoint 2016 |SharePoint Foundation 2013 |SharePoint Online |SharePoint Server 2013
コンテンツ移行パッケージに指定する展開エクスポート要件 (SPRequirement) オブジェクトを表します。
DECLARATION
<xs:element
name="Requirement"
type="SPRequirement"
minOccurs="0" maxOccurs="unbounded"
/>
USAGE
<Requirements>
<Requirement
Type="SPRequirementObjectType"
Id="xs:string"
Name="xs:string"
Data="xs:string"
/>
</Requirements>
SPRequirement
以下のセクションで、属性、子要素、親要素について説明します。
属性 | 型 | 説明 |
---|---|---|
型 | SPRequirementObjectType 単純型 (DeploymentRequirements) | SPRequirementObjectType 単純型に定義された要件オブジェクト (FeatureDefinition、WebTemplate、WebPart、または Language) を指定します。 |
ID | xs:string | 要件インスタンスの ID。 |
名前 | xs:string | 要件インスタンスの名前。 |
データ | xs:string | 要件に関する情報。 |
None