CheckoutStatus
Description:
Indicates the ownership status of an element
Indicates the ownership status of an element
public enum CheckoutStatus
| Name | Description |
|---|---|
| NotOwned | The element is not owned by any user. |
| OwnedByCurrentUser | The element is owned by the current user. |
| OwnedByOtherUser | The element is owned by some user other than the current user. |