Click or drag to resize
GroupRolePermissionInfoProviderGetGroupRolePermissionInfos Method
Gets GroupRolePermissionInfo object specified by where condition.

Namespace: CMS.Community
Assembly: CMS.Community (in CMS.Community.dll) Version: 9.0.0
Syntax
C#
public static DataSet GetGroupRolePermissionInfos(
	string where,
	string orderBy
)

Parameters

where
Type: SystemString
Where condition
orderBy
Type: SystemString
OrderBy expression

Return Value

Type: DataSet
See Also