Share via


PolicyResource Element (PolicyResource)

Specifies a policy resource, which is an assembly that assists the policy feature by providing some functionality 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 Office SharePoint Server 2007 use 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)

Name Element (PolicyResource)

Publisher Element (ResourceType)

ConfigPage Element (PolicyResource)

GlobalConfigPage Element (PolicyResource)

GlobalCustomData Element (PolicyResource)

AssemblyName Element (PolicyResource)

ClassName Element (PolicyResource)

Parent Elements

PolicyResource Element (PolicyResource)

Remarks

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

For more information, see Policy Resource Overview.

See Also

Concepts

Introduction to Information Management Policy
Policy Feature Overview
Policy Resource Overview
Policy Namespace Overview