Click or drag to resize
GroupRolePermissionInfoProviderRemoveRoleFromGroup Method
Removes role from specified group.

Namespace: CMS.Community
Assembly: CMS.Community (in CMS.Community.dll) Version: 8.2.23
Syntax
C#
public static void RemoveRoleFromGroup(
	int roleId,
	int groupId,
	int permissionId
)

Parameters

roleId
Type: SystemInt32
RoleID
groupId
Type: SystemInt32
GroupID
permissionId
Type: SystemInt32
PermissionID
See Also