IUserHasAdminRightToEdit Method (IGroup) |
Indicates if the current user has the administrative privileges to edit the specified group.
Namespace:
AskiaPortalCmn
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax bool HasAdminRightToEdit(
IGroup group
)
Function HasAdminRightToEdit (
group As IGroup
) As Boolean
bool HasAdminRightToEdit(
IGroup^ group
)
Parameters
- group
- Type: AskiaPortalCmnIGroup
Group to test
Return Value
Type:
BooleanReturns true if the current user is able to modify everything of the specified group.
See Also