Click or drag to resize
OnlineMarketingTransformationFunctionsRegisteredForEvent Method
Returns true if the contact registered for specific event.

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

Parameters

contact
Type: SystemObject
Contact which should be checked
nodeAliasPath
Type: SystemString
Node alias path of BookingEvent document
lastXDays
Type: SystemInt32
Constraint for last X days (if zero or negative value is given, no constraint is applied)

Return Value

Type: Boolean
See Also