This topic has not yet been rated - Rate this topic

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)
public enum CustomRouterResult
Member nameDescription
SuccessContinueProcessingIndicates that the file was processed successfully. The content organizer should continue processing the file.
SuccessCancelFurtherProcessingIndicates 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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.