PolicyResource Element (PolicyResource) - ECM

Applies to: SharePoint Server 2010

In this article
Attributes
Child Elements
Parent Elements

Specifies a policy resource, which is an assembly that assists the policy feature by providing some functionality that the feature needs.

<PolicyResource
  id = "Text"
  featureId = "Text"
  type = "Text"
  visible = "TRUE" | "FALSE">
</PolicyResource>

Attributes

Attribute

Description

id

Required Text. The fully qualified name of the policy resource. Microsoft SharePoint Server 2010 uses this name to uniquely identify each policy resource.

featureId

Required Text. The fully qualified name of the policy feature to which this policy resource belongs.

type

Required Text. The resource type of this policy resource. You can use resource types to categorize resources for a specified policy feature.

Child Elements

Name Element (PolicyResource) - ECM

Name Element (PolicyResource) - ECM

Publisher Element (ResourceType) - ECM

ConfigPage Element (PolicyResource) - ECM

GlobalConfigPage Element (PolicyResource) - ECM

GlobalCustomData Element (PolicyResource) - ECM

AssemblyName Element (PolicyResource) - ECM

ClassName Element (PolicyResource) - ECM

Parent Elements

PolicyResource Element (PolicyResource) - ECM

Remarks

A policy resource is an assembly that assists the policy feature by providing some functionality that the feature needs. For example, the Bar Code policy feature uses a Bar Code Provider, which generates bar codes, as a policy resource.

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

See Also

Concepts

Managing Information Management Policy in SharePoint Server 2010 (ECM)

Policy Feature Overview in SharePoint Server 2010 (ECM)

Policy Resource Overview in SharePoint Server 2010 (ECM)