| InvitationInfoProviderGetInvitations Method | 
            Gets invitations specified by parameters.
            
 
Namespace: CMS.CommunityAssembly: CMS.Community (in CMS.Community.dll) Version: 10.0.0
 Syntax
Syntaxpublic static DataSet GetInvitations(
	string where,
	string orderBy,
	int topN
)
Parameters
- where
- Type: SystemString
 Where condition
- orderBy
- Type: SystemString
 Order by clause
- topN
- Type: SystemInt32
 Get top N rows
Return Value
Type: 
DataSetDataSet with invitations
 See Also
See Also