DocumentRoutingCollisionSetting Enumeration

Specifies whether there was a collision, whether an existing file with the same file name as the document being routed at the document's final routing destination when determining the final routing destination of a document, and what the router settings say to do if there is a collision.

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

Syntax

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

Members

Member name Description
NoCollision Represents that there is no document at the final destination with the specified file name.
UseSharePointVersioning Represents that the document already exists at the final destination.

The router setting specifies that the document should save over the current document as a new version.

AppendUniqueSuffixes Indicates that a document already exists at the final destination.

The router setting specifies that the caller should save the file as a different file with a new name.

See Also

Reference

Microsoft.Office.RecordsManagement.RecordsRepository Namespace