Returns the indentation level for a given item.
Original signature is '- (NSInteger)levelForItem:(id)item'
Available in Mac OS X v10.0 and later.


- item (Id)
- An item in the receiver.

The indentation level for item. If item is nil (which is the root item), returns –1.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)