SysVersionControlMorphXLockTable::checkedOutTo Method
Returns the ID of the user who has checked out an item.
Syntax
client server public static UserId checkedOutTo(SysVersionControlItemPath _itemPath)
Run On
Called
Parameters
- _itemPath
Type: SysVersionControlItemPath Extended Data Type
The path of the item.
Return Value
Type: UserId Extended Data Type
The ID of the user the item is checked out to.
Remarks
If the item is checked out by several users, only the ID of one of the users is returned. If the item is not checked out by anyone, an empty string is returned.