Locked constant

ItemState const Locked

Locked = 1 If this bit is set, the item has been "locked" by the user and cannot be deleted. You may want to represent this visually with a "lock" icon.

Implementation

static const ItemState Locked = ItemState(1);