Skip to main content

IScmFileStatus interface

Namespace: NextDesign.Core

Description

An access object to the configuration management state of a physical file.

Affiliation area

NameDescription
Team DevelopmentA group of APIs that provide operations for working with configuration management systems for team development.

Property

NameDescription
HasLockChecks if the physical file has an exclusive lock on the configuration management system.
When you have an exclusive lock, no other user can commit.
LockAccountUser (account) name that has acquired an exclusive lock on the physical file configuration management system
ScmStateFile state on the physical file configuration management system
- "None": no change
- "Add": Add
- "Update": Update
- "Delete": Delete
- "Lost": Lost
- "Conflict": Conflict
- "Unmanage": Unmanaged
- "Ignore": Unmanaged and ignored
- "Unknown": Unknown