ExtendedNameOption constants

The ExtendedNameOption constants specify values for handling instances of naming conflicts between identical names used at different sites.

If a folder with the same name is created at more than one site, the name is extended with the name of the replica (for example, MyFolder <SITEA>). When retrieving the names of these folders, you can specify that the names never be extended, extended only when needed (when more than one folder with the same name exists) or always extended.

Note: This enumerated constant became available in version 7.1.0.
Constant Value Description
_NAME_NOT_EXTENDED 1 Not_Extended
_NAME_EXTENDED 2 Extended
_NAME_EXTEND_WHEN_NEEDED 3 Extend_When_Needed