Skip to main content

IScmFileStatus Interface

Namespace: NextDesign.Core

Description

This is an object that accesses the configuration management status of a physical file.

Belonging Area

NameDescription
Team CollaborationA group of APIs that provide collaboration with a configuration management system for team development.

Property

NameDescription
HasLockChecks whether the physical file has an exclusive lock on the configuration management system.
If an exclusive lock is obtained, other users cannot commit.
LockAccountName of the user (account) who has acquired an exclusive lock on the configuration management system of the physical file
ScmStateFile 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