RouterResult Enumeration
NOTE: This API is now obsolete.
Result of submitting a file to a router.
Namespace: Microsoft.Office.RecordsManagement.RecordsRepository
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use Microsoft.Office.RecordsManagement.RecordsRepository.CustomRouterResult instead")> _
Public Enumeration RouterResult
'Usage
Dim instance As RouterResult
[ObsoleteAttribute("Use Microsoft.Office.RecordsManagement.RecordsRepository.CustomRouterResult instead")]
public enum RouterResult
Members
Member name | Description | |
---|---|---|
SuccessContinueProcessing | Obsolete. File was accepted, and further processing of the file is allowed. | |
SuccessCancelFurtherProcessing | Obsolete. File was accepted, but further processing of the file should be canceled. | |
RejectFile | Obsolete. File was rejected. |
See Also
Reference
Microsoft.Office.RecordsManagement.RecordsRepository Namespace