AuthorizationQueryOptions Enumeration |
Namespace:
PDTec.IceNet.Core.Database
Assembly:
PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax [FlagsAttribute]
public enum AuthorizationQueryOptions
Members
| Member name | Value | Description |
---|
| None | 0 |
Retrieve effective authorization/qualification.
|
| IgnoreSystemAll | 1 |
Ignore authorization/qualification derived from having authorization on profile ""System.All..
|
| IgnoreMemberships | 2 |
Ignore authorization/qualification derived by group/role membership.
|
| Raw | 3 |
Ignore authorization/qualification derived by group/role membership.
|
See Also