| InvitationInfoProviderGetMyInvitations Method | 
            Gets my invitations with group and user data.
            
 
Namespace: CMS.CommunityAssembly: CMS.Community (in CMS.Community.dll) Version: 10.0.0
 Syntax
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
See Also