Click or drag to resize
InvitationInfoProviderDeleteInvitations Method
Deletes invitations based on where condition.

Namespace: CMS.Community
Assembly: CMS.Community (in CMS.Community.dll) Version: 9.0.0
Syntax
C#
public static void DeleteInvitations(
	string whereCondition
)

Parameters

whereCondition
Type: SystemString
Where condition
See Also