IUserIsSuperAdmin Property |
Indicates if the user is a super administrator (full control on everything)
Namespace:
AskiaPortalCmn
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax bool IsSuperAdmin { get; }
ReadOnly Property IsSuperAdmin As Boolean
Get
property bool IsSuperAdmin {
bool get ();
}
Property Value
Type:
BooleanRemarks
If the user is a super administrator, his permission is not check at all.
See Also