Share via


PolicyResource members

Represents a policy resource that is available to the policy feature.

The PolicyResource type exposes the following members.

Properties

  Name Description
Public property AssemblyName Gets the strong name of the policy resource assembly.
Public property ClassName Gets the name of the class within the policy resource assembly that implements the interface that the associated policy feature uses to communicate with the policy resource.
Public property DefaultCustomData Gets any custom data passed to the policy resource.
Public property Description Gets the description of the policy resource, and the service that it provides.
Public property FeatureId Gets the fully qualified name of the policy feature to which this policy resource belongs.
Public property GlobalConfigPage Gets the URL to a Web control that is used to customize this policy resource at the server farm level.
Public property GlobalCustomData Gets the default settings for any server farm-level settings for this policy resource.
Public property Id Gets the fully qualified name of the policy resource.
Public property Name Gets the policy resource name displayed in the interface.
Public property Publisher Gets the name of the policy resource creator, as it is displayed in the Microsoft Office SharePoint Server 2007 interface.
Public property Type Gets the resource type of this policy resource.

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 resource back to the SharePoint content database.
Public method Validate Validates the policy resource assembly by loading the assembly.
Public methodStatic member ValidateManifest Validates the specified XML information policy resource definition.

Top

See also

Reference

PolicyResource class

Microsoft.Office.RecordsManagement.InformationPolicy namespace