Click or drag to resize
GroupInfoProviderGetGroupsManagedByUserInternal Method
Returns the dataset of GroupInfo structure managed by user.

Namespace: CMS.Community
Assembly: CMS.Community (in CMS.Community.dll) Version: 9.0.0
Syntax
C#
protected 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: InfoDataSetGroupInfo
Data set with records.
See Also