Click or drag to resize
OnlineMarketingTransformationFunctionsDidActivity Method
Returns true if the contact did a specified activity.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static bool DidActivity(
	Object contact,
	string activityType,
	string cancelActivityType,
	int lastXDays,
	string whereCondition
)

Parameters

contact
Type: SystemObject
Contact the activities of which should be checked
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: Boolean
See Also