PMMembershipOptionsPrimaryGroupResolutionStartingQuotaOption Enumeration |
Resolves if user's starting balance quota source should be their Primary Group, or OU
Namespace: PM90SettingsAPI.MembershipOptionsAssembly: PM90SettingsAPI (in PM90SettingsAPI.dll) Version: 9.0.23.534 (9.0.23.534)
Syntaxpublic enum StartingQuotaOption
Members
| Member name | Value | Description |
---|
| UsePrimaryGroup | 1 |
Use the primary group as starting quota
|
| UseOrganizationalUnit | 2 |
Use the organizational unit that the user is directly in. If in domain root, no quota source will be applied.
|
| UseOrganizationalUnitWithGroupFallBack | 3 |
Use the organizational unit that the user is directly in, but if in Domain Root, use user's Primary Group instead.
|
See Also