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