IMetabase.IsShared

Fore Syntax

IsShared: Boolean;

Fore.NET 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 an indicator of functioning of the repository with the 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