CustomRouterResult enumeration
SharePoint 2013
Represents the result of custom processing on submitted documents.
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
| 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. |
This result is returned by the OnSubmitFile method of the ICustomRouter interface. The content organizer processing engine invokes the ICustomRouter specified for the rule.