Click or drag to resize
GroupInfoProviderIsAuthorizedPerGroupInternal Method
Returns true if the user as a role member has permission for the specified group.

Namespace: CMS.Community
Assembly: CMS.Community (in CMS.Community.dll) Version: 8.2.23
Syntax
C#
protected bool IsAuthorizedPerGroupInternal(
	int groupId,
	int userId,
	int permissionId
)

Parameters

groupId
Type: SystemInt32
Group ID
userId
Type: SystemInt32
User ID
permissionId
Type: SystemInt32
Permission ID

Return Value

Type: Boolean
See Also