IMetabaseObjectDescriptor.IsShared

Syntax

IsShared: Boolean;

Description

The IsShared property returns whether the object is present in the version control system.

Comments

The property returns True if the object was placed in the version control system. To put object to version control system, use the IMetabaseObjectDescriptor.Share method.

Example

The example of use is given in description of the IMetabaseObjectDescriptor.Share method.

See also:

IMetabaseObjectDescriptor

IMetabaseObjectDescriptor.Share