Returns true if the contact did a specified activity.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- contact
- Type: System Object
Contact the activities of which should be checked
- activityType
- Type: System String
Name of the activity to check (can specify more than one separated with semicolon, all of the types match than)
- cancelActivityType
- Type: System String
Name of the activity which cancels the original activity (for example UnsubscribeNewsletter is a canceling event for SubscribeNewsletter etc.)
- lastXDays
- Type: System Int32
Constraint for last X days (if zero or negative value is given, no constraint is applied)
- whereCondition
- Type: System String
Additional WHERE condition
Return Value
Type: BooleanSee Also