OnlineMarketingTransformationFunctionsVisitedPage Method |
Returns true if the contact visited specified page.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax public static bool VisitedPage(
Object contact,
string nodeAliasPath,
string culture,
int lastXDays
)
Parameters
- contact
- Type: SystemObject
Contact which should be checked - nodeAliasPath
- Type: SystemString
Page node alias path - culture
- Type: SystemString
Culture of the document - lastXDays
- Type: SystemInt32
Constraint for last X days (if zero or negative value is given, no constraint is applied)
Return Value
Type:
BooleanSee Also