Policy Feature Definition Schema Overview

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

To add the policy resource to Office SharePoint Server 2007, use the Add method of the Add class, passing the policy feature definition as an argument.

You will usually do this as part of deploying the policy feature as a Windows SharePoint Services Feature. For more information, see Working with Features in the Microsoft Windows SharePoint Services 3.0 SDK.

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

<PolicyFeature Element>

   <Name Element (PolicyFeature)>

   <Description Element (PolicyFeature)>

   <Publisher Element (PolicyFeature)>

   <ConfigPage Element (PolicyFeature)>

   <DefaultCustomData Element (PolicyFeature)>

   <GlobalConfigPage Element (PolicyFeature)>

   <GlobalCustomData Element (PolicyFeature)>

   <AssemblyName Element (PolicyFeature)>

   <ClassName Element (PolicyFeature)>

   <ResourceTypes Element (PolicyFeature)>

      <ResourceType Element (ResourceTypes)>

See Also

Concepts

Introduction to Information Management Policy
Policy Schema Overview
Policy Feature Overview
Policy Feature Definitions
Policy Feature Definition Schema Overview
IPolicyFeature Interface Overview