Skip to main content
Skip table of contents

15.1 User Enums

 


JAVA
   public enum TrSvcUserType : int
    {
        None = -1,
        All = 0,
        Site = 1,
        Organization = 2
    }

    public enum TrSvcUserRole : int
    {
        None = -1,
        All = 0,
        Member = 1,
        Administrator = 2
    }

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.