Click or drag to resize
InvitationInfoProviderGetMySentInvitations Method
Gets sent invitations with group and user data.

Namespace: CMS.Community
Assembly: CMS.Community (in CMS.Community.dll) Version: 8.2.23
Syntax
C#
public static DataSet GetMySentInvitations(
	string where,
	string orderBy
)

Parameters

where
Type: SystemString
Where condition
orderBy
Type: SystemString
Order by clause

Return Value

Type: DataSet
DataSet with sent invitations
See Also