IScmFileStatus Interface
Namespace: NextDesign.Core
Description
This is an object that accesses the configuration management status of a physical file.
Belonging Area
Name | Description |
---|---|
Team Collaboration | A group of APIs that provide collaboration with a configuration management system for team development. |
Property
Name | Description |
---|---|
HasLock | Checks whether the physical file has an exclusive lock on the configuration management system. If an exclusive lock is obtained, other users cannot commit. |
LockAccount | Name of the user (account) who has acquired an exclusive lock on the configuration management system of the physical file |
ScmState | File state of the physical file on the configuration management system - "None": No change - "Add": Add - "Update": Update - "Delete": Delete - "Lost": Lost - "Conflict": Conflict - "Unmanage": Unmanaged - "Ignore": Unmanaged and ignored - "Unknown": Unknown |