IScmFileStatus interface
Namespace: NextDesign.Core
Description
An access object to the configuration management state of a physical file.
Affiliation area
Name | Description |
---|---|
Team Development | A group of APIs that provide operations for working with configuration management systems for team development. |
Property
Name | Description |
---|---|
HasLock | Checks if the physical file has an exclusive lock on the configuration management system. When you have an exclusive lock, no other user can commit. |
LockAccount | User (account) name that has acquired an exclusive lock on the physical file configuration management system |
ScmState | File 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 |