Click or drag to resize
InvitationInfoProvider.GetInvitations Method
Gets invitations specified by parameters.

Namespace: CMS.Community
Assembly: CMS.Community (in CMS.Community.dll) Version: 11.0.0
Syntax
C#
public static DataSet GetInvitations(
	string where,
	string orderBy,
	int topN
)

Parameters

where
Type: System.String
Where condition
orderBy
Type: System.String
Order by clause
topN
Type: System.Int32
Get top N rows

Return Value

Type: DataSet
DataSet with invitations
See Also