User Groups - User Type Flag Constants
Some HFMwSecurity methods use bitmasks that represent flags for types of users in user groups. The following table lists constants that represent the bits.
Table 72. tagHFM_USER_GROUP_ENUM_FLAGS Enumeration
User Type Flag | Constant |
---|
Exclude administrators | HFM_USER_GROUP_ENUM_EXCLUDEADMINS |
User groups | HFM_USER_GROUP_ENUM_GROUPS |
Include nested user groups | HFM_USER_GROUP_ENUM_RECURSIVE |
Users | HFM_USER_GROUP_ENUM_USERS |