IUserHasAdminRightToView Method (IUser) |
Indicates if the current user has the administrative privileges to view the specified user.
Namespace:
AskiaPortalCmn
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax bool HasAdminRightToView(
IUser user
)
Function HasAdminRightToView (
user As IUser
) As Boolean
bool HasAdminRightToView(
IUser^ user
)
Parameters
- user
- Type: AskiaPortalCmnIUser
User to test
Return Value
Type:
BooleanReturns true if the current user is able to view the specified user.
See Also