SPRequirementObjectType Simple Type (DeploymentRequirements)
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
Provides values for the Type attribute on the Requirement Element. The value specifies the object type of the specified deployment requirement.
<xs:simpleType name="SPRequirementObjectType">
<xs:restriction base="xs:string">
<xs:enumeration value="FeatureDefinition" />
<xs:enumeration value="WebTemplate" />
<xs:enumeration value="WebPart" />
<xs:enumeration value="Language" />
</xs:restriction>
</xs:simpleType>
Enumeration Values
Value |
Description |
---|---|
FeatureDefinition |
Specifies that the requirement object type is a Feature definition (SPFeature). |
WebTemplate |
Specifies that the requirement object type is a Web template (SPWebTemplate). |
WebPart |
Specifies that the requirement object type is a Web Part (SPWebPart). |
Language |
Specifies that the requirement object type is a language pack. |
See Also
Reference
Requirement Element (DeploymentRequirements)