SysVersionControlMorphXItemTable.checkedOutTo Method
Retrieves the ID of the user who has checked out this item.
Syntax
public UserId checkedOutTo()
Run On
Called
Return Value
Type: UserId Extended Data Type
The ID of the user who 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.