<Code Lib>
2025 Enumeration
Changes 0
E

CheckoutStatus

Description:
Indicates the ownership status of an element

public enum CheckoutStatus

Name Description
E OwnedByCurrentUser The element is owned by the current user.
E OwnedByOtherUser The element is owned by some user other than the current user.
E NotOwned The element is not owned by any user.

Loading…