| GroupInfoProviderGetGroupsManagedByUserInternal Method | 
            Returns the dataset of GroupInfo structure managed by user.
            
 
Namespace: CMS.CommunityAssembly: CMS.Community (in CMS.Community.dll) Version: 10.0.0
 Syntax
Syntaxprotected InfoDataSet<GroupInfo> GetGroupsManagedByUserInternal(
	int userId,
	string siteName,
	string orderBy,
	int topN,
	string columns
)
Parameters
- userId
- Type: SystemInt32
 User ID
- siteName
- Type: SystemString
 Site name
- orderBy
- Type: SystemString
 Order by statement used to sort the data
- topN
- Type: SystemInt32
 Number of records to return
- columns
- Type: SystemString
 Columns to select, null or empty select all columns
Return Value
Type: 
InfoDataSetGroupInfoData set with records.
 See Also
See Also