Click or drag to resize
PMMembershipOptionsPrimaryGroupResolutionStartingQuotaOption Enumeration
Resolves if user's starting balance quota source should be their Primary Group, or OU

Namespace: PM90SettingsAPI.MembershipOptions
Assembly: PM90SettingsAPI (in PM90SettingsAPI.dll) Version: 9.0.23.534 (9.0.23.534)
Syntax
C#
public enum StartingQuotaOption
Members
  Member nameValueDescription
UsePrimaryGroup1 Use the primary group as starting quota
UseOrganizationalUnit2 Use the organizational unit that the user is directly in. If in domain root, no quota source will be applied.
UseOrganizationalUnitWithGroupFallBack3 Use the organizational unit that the user is directly in, but if in Domain Root, use user's Primary Group instead.
See Also