DatabaseUtilsGetAuthorizationLevels Method |
Retrieves all configured authorization levels together with their localized display text.
Namespace:
PDTec.IceNet.Sdk.Utils
Assembly:
PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax public static List<Pair<int, string>> GetAuthorizationLevels(
bool includeNone
)
Parameters
- includeNone
- Type: SystemBoolean
If true, the entry for 'no permission' is included.
Return Value
Type:
ListPairInt32,
StringThe ordered list of authorization levels.
See Also