Share via


PolicyFeature.ConfigPage property

Gets the URL to a Web control used to edit policy instance-level settings.

Namespace:  Microsoft.Office.RecordsManagement.InformationPolicy
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public ReadOnly Property ConfigPage As String
    Get
'Usage
Dim instance As PolicyFeature
Dim value As String

value = instance.ConfigPage
public string ConfigPage { get; }

Property value

Type: System.String
A string that represents the URL to a Web control used to edit policy instance-level settings.

Remarks

The specified Web control is hosted within Microsoft SharePoint Server 2010 on the policy item authoring page, and enables users to set policy instance-level settings for this feature. This URL must be server-relative.

If you do not specify a custom settings control, users do not have the ability to overwrite or edit the default data specified for the policy feature in the DefaultCustomData property, and therefore lack the ability to customize the feature.

For more information about custom settings controls, see Policy Feature Definitions.

See also

Reference

PolicyFeature class

PolicyFeature members

Microsoft.Office.RecordsManagement.InformationPolicy namespace