SysVersionControlMorphXLockTable::create Method
Creates a lock record to indicate that an item is locked for editing.
Syntax
client server public static SysVersionControlMorphXLockTable create(SysVersionControlItemPath _itemPath, SysVersionControlActionText _action)
Run On
Called
Parameters
- _itemPath
Type: SysVersionControlItemPath Extended Data Type
The path of the item for this record to lock.
- _action
Type: SysVersionControlActionText Extended Data Type
The action performed on the item in this lock.
Return Value
Type: SysVersionControlMorphXLockTable Table
The new record.