ResourceType Element (ResourceTypes) - ECM

Applies to: SharePoint Server 2010

In this article
Attributes
Child Elements
Parent Elements

Specifies a single policy resource type that is used by the policy feature.

<ResourceType
    id = "Text"
    required = "TRUE" | "FALSE">
<ResourceType/>

Attributes

Attribute

Description

required

Required Boolean. TRUE if the policy feature requires a policy resource of this type to be present before the policy feature can be activated; otherwise, FALSE.

id

Required Text. Represents the name of the policy resource type.

Child Elements

None.

Parent Elements

ResourceTypes Element (PolicyFeature) - ECM

Remarks

If you install a policy feature that requires a policy resource of a specific type, and no policy resources of that type are installed on the server farm, then you cannot activate that policy feature.

For more information about policy resources, see Policy Resource Overview in SharePoint Server 2010 (ECM).

See Also

Concepts

Policy Feature Overview in SharePoint Server 2010 (ECM)

Policy Feature Definitions in SharePoint Server 2010 (ECM)

Policy Feature Definition Schema Overview (ECM)

Policy Resource Overview in SharePoint Server 2010 (ECM)