Click or drag to resize

IUserHasAdminRightToView Method (IGroup)

Indicates if the current user has the administrative privileges to view the specified group.

Namespace:  AskiaPortalCmn
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
bool HasAdminRightToView(
	IGroup group
)

Parameters

group
Type: AskiaPortalCmnIGroup
Group to test

Return Value

Type: Boolean
Returns true if the current user is able to view the specified group.
See Also