| InvitationInfoProviderGetMyInvitations Method  | 
            Gets my invitations with group and user data.
            
 
Namespace: CMS.CommunityAssembly: CMS.Community (in CMS.Community.dll) Version: 9.0.0
Syntaxpublic static DataSet GetMyInvitations(
	string where,
	string orderBy
)
Parameters
- where
 - Type: SystemString
Where condition - orderBy
 - Type: SystemString
Order by clause 
Return Value
Type: 
DataSetDataSet with invitations
See Also