Programmer's Guide > Interfaces > CMSObject interface > CMSObjectLockStatusType enumeration
  
CMSObjectLockStatusType enumeration
The CMSObjectLockStatusType enumerated type is used with the lockStatus read-only attribute.
The CMSObjectLockStatusType enumeration has the following constants of type int.
CMSOBJECT_STATUS_UNLOCKED = 1
Indicates that this object is not locked or checked out by any user.
CMSOBJECT_STATUS_LOCKED_BY_ME = 3
Indicates that this object is locked or checked out by the current user.
CMSOBJECT_STATUS_LOCKED_BY_OTHER = 5
Indicates that this object is locked or checked out by another user.