GroupRolePermissionInfoProviderGetGroupRolePermissionInfos Method |
Gets GroupRolePermissionInfo object specified by where condition.
Namespace: CMS.CommunityAssembly: CMS.Community (in CMS.Community.dll) Version: 12.0.0
Syntax public static DataSet GetGroupRolePermissionInfos(
string where,
string orderBy
)
Parameters
- where
- Type: SystemString
Where condition - orderBy
- Type: SystemString
OrderBy expression
Return Value
Type:
DataSetSee Also