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