RouterResult Enumeration

Result of submitting a file to a router.

Namespace:  Microsoft.Office.RecordsManagement.RecordsRepository
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public Enumeration RouterResult
'Usage
Dim instance As RouterResult
public enum RouterResult

Members

Member name Description
SuccessContinueProcessing File was accepted, and further processing of the file is allowed.
SuccessCancelFurtherProcessing File was accepted, but further processing of the file should be canceled.
RejectFile File was rejected.

See Also

Reference

Microsoft.Office.RecordsManagement.RecordsRepository Namespace