Click or drag to resize
PMMembershipOptionsPrimaryGroupResolutionResolutionOption Enumeration
Indicates how the primary group will be determined for each user

Namespace: PM90SettingsAPI.MembershipOptions
Assembly: PM90SettingsAPI (in PM90SettingsAPI.dll) Version: 9.0.23.534 (9.0.23.534)
Syntax
C#
public enum ResolutionOption
Members
  Member nameValueDescription
Priority0 (Default) Will use the Group with the priority closest to 0. Example: A user in two groups (Domain Users with Priorty = 10, and Domain Admins With Priority = 20) will get assigned to Domain Users
HighestBalance1 The group with the highest balance will be used Example: A user in two groups (Domain Users with Primary balance 10.00, and Domain Admins With primary balance = 20.00) will get assigned to Domain Admins
LowestBalance2 The group with the lowest balance will be used Example: A user in two groups (Domain Users with Primary balance 10.00, and Domain Admins With primary balance = 20.00) will get assigned to Domain Users
UsePrimaryGroupFromAD3 The user's Primary Group as specified within Active Directory will be used.
See Also