Returns true if the contact spent specified amount of money (counted by order total price in main currency) in last X days.
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
- lowerBound
- Type: System Double
Inclusive lower bound of the amount of money (in main currency) spent by contact
- upperBound
- Type: System Double
Inclusive upper bound of the amount of money (in main currency) spent by contact
- lastXDays
- Type: System Int32
Constraint for last X days (if zero or negative value is given, no constraint is applied)
Return Value
Type: BooleanSee Also