ActivityInfoProviderContactDidActivity Method |
Returns true if the contact did a specified activity.
Namespace: CMS.ActivitiesAssembly: CMS.Activities (in CMS.Activities.dll) Version: 12.0.0
Syntax public static bool ContactDidActivity(
int contactId,
string activityType,
string cancelActivityType,
int lastXDays,
string whereCondition
)
Parameters
- contactId
- Type: SystemInt32
Contact ID - activityType
- Type: SystemString
Name of the activity to check (can specify more than one separated with semicolon, all of the types match than) - cancelActivityType
- Type: SystemString
Name of the activity which cancels the original activity (for example UnsubscribeNewsletter is a canceling event for SubscribeNewsletter etc.) - lastXDays
- Type: SystemInt32
Constraint for last X days (if zero or negative value is given, no constraint is applied) - whereCondition
- Type: SystemString
Additional WHERE condition
Return Value
Type:
BooleanSee Also