IMetabase.IsShared

Syntax

IsShared: Boolean;

Description

The IsShared property returns whether settings for operating the version control system are available.

Comments

The IVcsParams.IsShared property is used to set the attribute whether the repository can work with version control system. The current IsShared property enables checking if there are necessary settings on this computer.

If the repository is connected to the version control system (IVcsParams.IsShared = True) and this property returns False, then local settings must be defined. The following properties are used for that:

If local settings for operating the version control system are available, the IsShared property returns True.

See also:

IMetabase