Expiration.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 ( _
retention As PolicyItem, _
ct As SPContentType _
)
'Usage
Dim instance As Expiration
Dim retention As PolicyItem
Dim ct As SPContentType
instance.OnCustomDataChange(retention, _
ct)
public void OnCustomDataChange(
PolicyItem retention,
SPContentType ct
)
Parameters
retention
Type: Microsoft.Office.RecordsManagement.InformationPolicy.PolicyItemReserved for internal use.
ct
Type: Microsoft.SharePoint.SPContentTypeReserved for internal use.
Implements
IPolicyFeature.OnCustomDataChange(PolicyItem, SPContentType)