다음을 통해 공유


PolicyFeature.GlobalConfigPage Property

Gets the URL to a Web control used to edit server farm-level settings for this policy feature.

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

Syntax

'Declaration
Public Property GlobalConfigPage As String
    Get
    Set
'Usage
Dim instance As PolicyFeature
Dim value As String

value = instance.GlobalConfigPage

instance.GlobalConfigPage = value
public string GlobalConfigPage { get; set; }

Property Value

Type: System.String
A string that represents the URL to a Web control used to edit server farm-level settings for this policy feature.

Remarks

This Web control is hosted within Microsoft SharePoint Server 2010 on the policy feature administration page, and enables the server farm administrator to set server farm-level settings for this feature. This URL must be server-relative.

The server farm-level Web control must implement the GlobalCustomSettingsControl class.

If you do not specify a global custom settings control, administrators do not have the ability to overwrite or edit the default global data specified for the policy feature in the GlobalCustomData property, and as a result, lack the ability to customize the feature at the administrator level. This limits the administrator's options to either activate the policy feature, or not.

For more information about global custom settings controls, see Policy Feature Definitions in SharePoint Server 2010 (ECM).

See Also

Reference

PolicyFeature Class

PolicyFeature Members

Microsoft.Office.RecordsManagement.InformationPolicy Namespace