PolicyFeature members

A policy feature installed on the SharePoint server farm.

The PolicyFeature type exposes the following members.

Properties

  Name Description
Public property AssemblyName Gets the strong name of the policy feature assembly.
Public property ClassName Gets the name of the class within the policy feature assembly that implements the IPolicyFeature interface.
Public property ConfigPage Gets the URL to a Web control used to edit policy instance-level settings.
Public property ConfigPageInstructions Gets the instructions for using the ConfigPage Web control.
Public property DefaultCustomData Gets the default values for any policy instance-level settings for this policy feature.
Public property Description Gets the short description of the policy feature and of the service it provides.
Public property GlobalConfigPage Gets the URL to a Web control used to edit server farm-level settings for this policy feature.
Public property GlobalCustomData Gets or sets the default settings for any server farm-level settings for this policy feature.
Public property Group Gets the policy feature group to which this policy feature belongs.
Public property Id The fully qualified name of the policy feature.
Public property Name Gets the name to display in the Microsoft SharePoint Server 2010 interface for this information policy feature.
Public property Publisher Gets the name of the creator of the policy feature, as it will be displayed in the Microsoft SharePoint Server 2010 user interface.
Public property ResourceList Gets the collection of policy resources for this policy feature.
Public property ResourceTypes Gets the collection of any resource types employed by this policy feature.
Public property State Gets and sets whether the policy feature is hidden or visible.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method Update Writes the changes made to the policy feature back to the SharePoint content database.
Public method Validate Validates this PolicyFeature.
Public methodStatic member ValidateManifest Validates the specified XML information policy feature definition.
Public method ValidateResources Validates the resources used by this PolicyFeature.

Top

See also

Reference

PolicyFeature class

Microsoft.Office.RecordsManagement.InformationPolicy namespace