GetAsAccessMask |
Scroll |
Returns all permissions contained in the list as a TheAccessMask object.
Namespace: Therefore.API
ParametersbAllowed If set to true all ThePermission values set to allowed will be included in the access mask.
bDenied If set to true all ThePermission values set to denied will be included in the access mask.
Return ValueThe access mask. |
Remarks |
If both parameters, bAllowed and bDenied are set to true the permissions will be combined. This means that if a permission is set to allowed and denied, it will not be contained in the resulting access mask. |