Click or drag to resize
ForumRoleInfoProviderGetPermissionMatrix Method
Returns the permission matrix for the specified forum.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
public static DataSet GetPermissionMatrix(
	int resourceId,
	int siteId,
	int roleGroupId,
	int forumId
)

Parameters

resourceId
Type: SystemInt32
ID of the resource matrix is returned for
siteId
Type: SystemInt32
Site ID
roleGroupId
Type: SystemInt32
ID of the group roles should belongs to
forumId
Type: SystemInt32
ID of the forum permission matrix is retrieved for

Return Value

Type: DataSet
See Also