| DatabaseUtilsGetAuthorizationLevels Method  | 
            Retrieves all configured authorization levels together with their localized display text.
            
 
Namespace: PDTec.IceNet.Sdk.UtilsAssembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic 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