PolicyFeature Members
Include Protected Members
Include Inherited Members
A policy feature installed on the SharePoint server farm.
The PolicyFeature type exposes the following members.
Properties
Name | Description | |
---|---|---|
AssemblyName | Gets the strong name of the policy feature assembly. | |
ClassName | Gets the name of the class within the policy feature assembly that implements the IPolicyFeature interface. | |
ConfigPage | Gets the URL to a Web control used to edit policy instance-level settings. | |
ConfigPageInstructions | Gets the instructions for using the ConfigPage Web control. | |
DefaultCustomData | Gets the default values for any policy instance-level settings for this policy feature. | |
Description | Gets the short description of the policy feature and of the service it provides. | |
GlobalConfigPage | Gets the URL to a Web control used to edit server farm-level settings for this policy feature. | |
GlobalCustomData | Gets or sets the default settings for any server farm-level settings for this policy feature. | |
Group | Gets the policy feature group to which this policy feature belongs. | |
Id | The fully qualified name of the policy feature. | |
Name | Gets the name to display in the Microsoft SharePoint Server 2010 interface for this information policy feature. | |
Publisher | Gets the name of the creator of the policy feature, as it will be displayed in the Microsoft SharePoint Server 2010 user interface. | |
ResourceList | Gets the collection of policy resources for this policy feature. | |
ResourceTypes | Gets the collection of any resource types employed by this policy feature. | |
State | Gets and sets whether the policy feature is hidden or visible. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Update | Writes the changes made to the policy feature back to the SharePoint content database. | |
Validate | Validates this PolicyFeature. | |
ValidateManifest | Validates the specified XML information policy feature definition. | |
ValidateResources | Validates the resources used by this PolicyFeature. |
Top
See Also
Reference
Microsoft.Office.RecordsManagement.InformationPolicy Namespace