IRepositoryScriptManager.VersionUnicode

Syntax

VersionUnicode: Boolean;

Description

The VersionUnicode property returns whether the repository unicode version is created.

Comments

The property returns True if the repository is created with an indicator of the unicode version.

Execute the FetchVersion method to receive the version.

NOTE. The given property is calculated only for MDM repositories.

Example

The example of use is given in description of the IRepositoryScriptManager.FetchVersion method.

See also:

IRepositoryScriptManager