IPolicyFeature.OnGlobalCustomDataChange Method
Updates the policy feature state appropriately when the Microsoft Office SharePoint Server 2007 Central Administration settings for the policy feature change.
Namespace: Microsoft.Office.RecordsManagement.InformationPolicy
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Sub OnGlobalCustomDataChange ( _
feature As PolicyFeature _
)
'Usage
Dim instance As IPolicyFeature
Dim feature As PolicyFeature
instance.OnGlobalCustomDataChange(feature)
void OnGlobalCustomDataChange(
PolicyFeature feature
)
Parameters
- feature
Type: Microsoft.Office.RecordsManagement.InformationPolicy.PolicyFeature
Updated policy feature.
Remarks
Office SharePoint Server 2007 calls this method when a user changes the server farm-level settings for a policy feature.
For more information, see IPolicyFeature Interface Overview and Policy Feature Definitions.
For an example of how to implement the IPolicyFeature interface, see the ProcessListItem method.
See Also
Reference
Microsoft.Office.RecordsManagement.InformationPolicy Namespace