Policy Feature Definition Schema Overview (ECM)

Applies to: SharePoint Server 2010

Each information management policy feature must adhere to the Policy Feature Definition Schema.

To add the policy resource to Microsoft SharePoint Server 2010, use the Add method of the Add class, and pass the policy feature definition as an argument.

You will usually do this as part of deploying the policy feature as a SharePoint Foundation Feature. For more information, see Using Features in SharePoint Foundation.

Following is a list of the elements in the Policy Feature Definition Schema:

<PolicyFeature Element - ECM>

   <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>

   <ClassName Element (PolicyFeature) - ECM>

   <ResourceTypes Element (PolicyFeature) - ECM>

      <ResourceType Element (ResourceTypes) - ECM>

See Also

Concepts

Managing Information Management Policy in SharePoint Server 2010 (ECM)

Policy Schema Overview 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)