Programmer's Guide > Interfaces > CMSObject interface > lockable attribute
  
lockable attribute
Indicates whether the current user can attempt to lock the object. For example, if another user has the object checked out, this attribute should be false.
A true value is not a guarantee that a checkout will succeed since, for example, another user could have checked this out in the mean time.
lockable
Access
read-only
Returns
boolean
Get throws
CMSException
Raised for any error.