Click or drag to resize
GroupMemberInfoProviderGetGroupMembers Method (String, String, Int32, String)

Note: This API is now obsolete.

Returns first N records on group members according to the specifed conditions.

Namespace: CMS.Community
Assembly: CMS.Community (in CMS.Community.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Use CMS.DataEngine.ObjectQuery<GroupMemberInfo> instead")]
public static InfoDataSet<GroupMemberInfo> GetGroupMembers(
	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