Click or drag to resize
GroupRolePermissionInfoProviderGetPermissionMatrix Method
Returns the permission matrix for the specified group.

Namespace: CMS.Community
Assembly: CMS.Community (in CMS.Community.dll) Version: 8.2.23
Syntax
C#
public static DataSet GetPermissionMatrix(
	int resourceId,
	int siteId,
	int groupId
)

Parameters

resourceId
Type: SystemInt32
ID of the resource matrix
siteId
Type: SystemInt32
SiteID
groupId
Type: SystemInt32
GroupID

Return Value

Type: DataSet
See Also