IRecordUndeclarationHandler.OnUndeclare Method
Represents the event that is triggered when the specified SPListItem is undeclared.
Namespace: Microsoft.Office.RecordsManagement.RecordsRepository
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Function OnUndeclare ( _
item As SPListItem _
) As RecordOperationResult
'Usage
Dim instance As IRecordUndeclarationHandler
Dim item As SPListItem
Dim returnValue As RecordOperationResult
returnValue = instance.OnUndeclare(item)
RecordOperationResult OnUndeclare(
SPListItem item
)
Parameters
item
Type: Microsoft.SharePoint.SPListItemThe SPListItem to be undeclared
Return Value
Type: Microsoft.Office.RecordsManagement.RecordsRepository.RecordOperationResult
Returns RecordOperationResult.
See Also
Reference
IRecordUndeclarationHandler Interface
IRecordUndeclarationHandler Members
Microsoft.Office.RecordsManagement.RecordsRepository Namespace