IMetabaseObjectCreateInfo.DefaultId

Syntax

DefaultId: String;

Description

The DefaultId property returns the default repository object identifier.

Comments

The identifier returned by the property will be used to create a new identifier, if the IMetabaseObjectCreateInfo.Id property is not set. The new identifier is formed taking into account the format of identifier set in the security manager by the following principle: Prefix+"Obj"+"{0:G}"+Postfix, where:

{0:G} is a position in which the key of the object that is formed, will be put.

For example, if the " test1_*_test2" format was set in the security manager , the property returns " test1_obj{0:G}_test2".

See also:

IMetabaseObjectCreateInfo