Assembly: Metabase;
The IVcsParams interface contains properties used to determine settings of repository connection to version control system.
IVcsParams
These settings are stored on DBMS server where repository was created.
Property name | Brief description | |
AuxPathLabel | The AuxPathLabel property determines an auxiliary label in which version control system stores a path used for connection. | |
AuxProjPath | The AuxProjPath property determines a project on TFS server in which objects versions control is performed. | |
IsShared | The IsShared property determines whether the current repository is connected to version control system. | |
ProjName | The ProjName property determines a path to a directory in a project within which objects files are saved. | |
SccName | The SccName property determines the name of version control system. |
See also: