Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enumerates the possible statuses of custom record declaration and undeclaration processing.
Namespace: Microsoft.Office.RecordsManagement.RecordsRepository
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Enumeration RecordOperationResult
'Usage
Dim instance As RecordOperationResult
public enum RecordOperationResult
Members
Member name | Description | |
---|---|---|
ContinueRecordProcessing | Indicates that the server should continue with default record declaration and undeclaration processing. | |
CancelRecordProcessing | Indicates that the server should skip default record declaration undeclaration processing and return. | |
CustomHandlerNotRun | Indicates the custom record declaration and undeclaration processing handler did not run. |
See Also
Reference
Microsoft.Office.RecordsManagement.RecordsRepository Namespace