Specifies whether naming collisions are to be detected and automatically resolved for containment names. Containment names are set on ReferentialContainmentRelationship or DynamicReferentialContainmentRelationship objects.

If auto-unique naming is enabled, and a naming collision is detected, the containment name of the object is automatically appended with an integer in parentheses (such as "myDocument(2)"). Containment names are modified only when a naming collision is detected.


Namespace: FileNet.Api.Constants
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public Enum AutoUniqueName
C#
public enum AutoUniqueName
C++
public enum class AutoUniqueName
J#
public enum AutoUniqueName
JScript
public enum AutoUniqueName

Members

Member NameDescription
NOT_AUTO_UNIQUEA constant representing an instance of type NOT_AUTO_UNIQUE. This specifies that containment naming collisions are not to be detected and resolved.
AUTO_UNIQUEA constant representing an instance of type AUTO_UNIQUE. This specifies that containment naming collisions are to be detected and resolved.

See Also