Programmer's Guide > Interfaces > CMSBrowseItem interface > CMSLockStatus enumeration
  
CMSLockStatus enumeration
The CMSLockStatus enumerated type indicates the lock status of an object.
The CMSLockStatus enumeration has the following constants of type int.
CMS_ITEM_LOCKED_UNKNOWN = 0
Cannot determine the lock status.
CMS_ITEM_NOT_LOCKED = 1
The object is not locked or checked out.
CMS_ITEM_NOT_LOCKED_CANT_LOCK = 2
The object is not locked or checked out, but it cannot be locked by the current user.
CMS_ITEM_LOCKED_ME = 3
The object is locked or checked out by the current user.
CMS_ITEM_LOCKED_ME_CANT_EDIT = 4
The object is locked or checked out by the current user, but it cannot be edited. The object may have been checked out in a different context.
CMS_ITEM_LOCKED_OTHER = 5
The object is locked or checked out by another user.
CMS_ITEM_LOCKED_OTHER_CANT_VIEW = 6
The object is locked or checked out by another user, and it cannot be accessed.