PolicyLabel.OnCustomDataChange Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.RecordsManagement.PolicyFeatures
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Sub OnCustomDataChange ( _
policyItem As PolicyItem, _
ct As SPContentType _
)
'Usage
Dim instance As PolicyLabel
Dim policyItem As PolicyItem
Dim ct As SPContentType
instance.OnCustomDataChange(policyItem, _
ct)
public void OnCustomDataChange(
PolicyItem policyItem,
SPContentType ct
)
Parameters
- policyItem
Type: Microsoft.Office.RecordsManagement.InformationPolicy.PolicyItem
- ct
Type: Microsoft.SharePoint.SPContentType
Implements
IPolicyFeature.OnCustomDataChange(PolicyItem, SPContentType)