LockStatus property: Tree class
Description
This property indicates if an opened tree is checked out.
Note:
In order to use this method, you must have Tree multi-user environment enabled. You can check if it is enabled by using UseUpdateReservation Tree property.
Possible values are:
| Value | Description |
|---|---|
|
0 |
Tree is not checked out by any user. |
|
1 |
Tree is checked out by another user. |
|
2 |
Tree is checked out by the current user and is editable. |
This property is read-only.