IMetabaseObjectDescriptor.IsSharingSupported

Syntax

IsSharingSupported: Boolean;

Description

The IsSharingSupported property returns whether it is possible to add the object into the version control system.

Comments

If the object can be placed in the version control system, the property returns True, if not, it returns False.

The following repository objects can be placed in the version control system:

To put an 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