HoldHandlerResult Enumeration
Enumerates the possible results of a custom hold handler.
Namespace: Microsoft.Office.RecordsManagement.Holds
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Enumeration HoldHandlerResult
'Usage
Dim instance As HoldHandlerResult
public enum HoldHandlerResult
Members
Member name | Description | |
---|---|---|
Cancel | Indicates that the hold processing is cancelled. | |
SuccessContintueProcessing | Indicates that the hold processing is successful and the item should continue be processed by default handler. | |
SuccessNoLockdown | Indicates that the hold processing is successful but no lock down of the item is required, and default handling is skipped. |