DocumentRoutingResultType Enumeration
Result from calling the GetFinalRoutingDestinationFolderUrl Web service to route a document.
Namespace: Microsoft.Office.RecordsManagement.RecordsRepository
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Enumeration DocumentRoutingResultType
'Usage
Dim instance As DocumentRoutingResultType
public enum DocumentRoutingResultType
Members
Member name | Description | |
---|---|---|
Success | Indicates that a destination for the document was correctly identified and returned. | |
SuccessToDropOffLibrary | Indicates that the destination identified was the drop-off library. | |
MissingRequiredProperties | Indicates that the destination that was identified was the drop-off library.
The file was missing properties that are required for its content type. |
|
NoMatchingRules | Represents that there were no rules matching the incoming document, but that rules were configured at this location.
The client should enter new properties or save to the drop-off library. |
|
DocumentRoutingDisabled | Indicates that the Document Routing feature is not enabled for this site. | |
PermissionDeniedAtDestination | Represents that the user does not have permissions to add a file at the destination. | |
ParsingDisabledAtDestination | Indicates that parsing metadata that is contained in the document is not enabled at the destination.
A file saved to the destination library will not display any properties existing in the document. |
|
OriginalSaveLocationIsDocumentSet | Represents that the save location that was selected by the user is a Document Set, so the routing engine will not calculate a final routing destination for the document. | |
NoEnforcementAtOriginalSaveLocation | Indicates that the save location that was selected by the user is not a target of a routing rule, so the routing engine will not calculate a final routing destination for the document. | |
UnknownFailure | Indicates that a failure of an unknown type kept a destination from being identified. |
Remarks
This enumeration conveys results from calling the document routing SOAP service. The value indicates types of successes and failures and it also can return information about whether the routing engine should be used to find a final destination that is based on the location the user originally chose to save the document to.
See Also
Reference
Microsoft.Office.RecordsManagement.RecordsRepository Namespace