2027 Enumeration
Changes 0
E

CheckoutStatus

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