Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Represents specific deployment export requirement (SPRequirement) objects provided to the content migration package.
Definition
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>
Type
SPRequirement
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attributes
| Attribute | Type | Description |
|---|---|---|
| Type | SPRequirementObjectType Simple Type (DeploymentRequirements) | Specifies the requirement object type as defined in the SPRequirementObjectType simple type: FeatureDefinition, WebTemplate, WebPart, or Language. |
| Id | xs:string | ID of the requirement instance. |
| Name | xs:string | Name of the requirement instance. |
| Data | xs:string | Information about the requirement. |
Child elements
None
Parent elements
Requirements Element (DeploymentRequirements)