CustomRouterResult enumeration

Represents the result of custom processing on submitted documents.

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

Syntax

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

Members

Member name Description
SuccessContinueProcessing Indicates that the file was processed successfully. The content organizer should continue processing the file.
SuccessCancelFurtherProcessing Indicates that the file was processed successfully; terminate any further processing.

The ICustomRouter interface is responsible for saving the submitted file.

Remarks

This result is returned by the OnSubmitFile method of the ICustomRouter interface. The content organizer processing engine invokes the ICustomRouter specified for the rule.

See also

Reference

Microsoft.Office.RecordsManagement.RecordsRepository namespace

ICustomRouter

CustomRouter