IPermissionsGetLevel Method (AccessTo) |
Returns the value of the specified `AskiaPortal` permission.
Namespace:
AskiaPortalCmn.Common
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax AccessLevel GetLevel(
AccessTo item
)
Function GetLevel (
item As AccessTo
) As AccessLevel
AccessLevel GetLevel(
AccessTo item
)
Parameters
- item
- Type: AskiaPortalCmnAccessTo
Indicates the `AskiaPortal` permission to obtain.
Return Value
Type:
AccessLevelThe permission value associated with the item.
Remarks
If the permission is not defined,
it always return
None
by default.
If the user is a super administrator,
it always return
FullControl
by default.
Remarks See Also