Click or drag to resize
GroupMemberInfoProviderGetCompleteSiteMembers Method
Returns records with information about members with complete user and site info.

Namespace: CMS.Community
Assembly: CMS.Community (in CMS.Community.dll) Version: 8.2.23
Syntax
C#
public static InfoDataSet<GroupMemberInfo> GetCompleteSiteMembers(
	string where,
	string orderBy,
	int topN,
	string columns
)

Parameters

where
Type: SystemString
Where condition to apply
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 returns all columns

Return Value

Type: InfoDataSetGroupMemberInfo
See Also