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 in SharePoint Server 2010 (ECM).
See Also
Reference
Microsoft.Office.RecordsManagement.InformationPolicy Namespace