IMetabaseObjectDescriptor.IsSharingSupported

Fore Syntax

IsSharingSupported: Boolean;

Fore.NET 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:

Use the Share method to place the object in the version control system.

Example

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

See also:

IMetabaseObjectDescriptor