Share via


PolicyFeature Element - ECM

Applies to: SharePoint Server 2010

In this article
Attributes
Child Elements
Parent Elements

Represents a single information policy feature.

<PolicyFeature
  Id = "Text"
  Group = "Text">
<PolicyFeature/>

Attributes

Attribute

Description

Id

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

Group

Optional Text. The policy feature group to which this policy feature belongs. You can use policy feature groups to categorize policy features that provide similar functionality or services. SharePoint Server 2010 uses policy feature groups to visually organize policy features on policy item authoring pages.

Child Elements

Name Element (PolicyFeature) - ECM

Description Element (PolicyFeature) - ECM

Publisher Element (PolicyFeature) - ECM

ConfigPage Element (PolicyFeature) - ECM

DefaultCustomData Element (PolicyFeature) - ECM

GlobalConfigPage Element (PolicyFeature) - ECM

GlobalCustomData Element (PolicyFeature) - ECM

AssemblyName Element (PolicyFeature) - ECM

ResourceTypes Element (PolicyFeature) - ECM

Parent Elements

None.

Remarks

A policy feature is an assembly or other piece of code that provides some content management functionality to SharePoint Server 2010.

For more information, see Policy Feature 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 Feature Definitions in SharePoint Server 2010 (ECM)

Policy Feature Definition Schema Overview (ECM)

IPolicyFeature Interface Overview (ECM)