Click or drag to resize
ActivityEventBooking Constructor
Activity event booking constructor.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public ActivityEventBooking(
	BaseInfo eventNode,
	string documentName,
	BaseInfo eventAttendeeInfo,
	ActivityContext variables
)

Parameters

eventNode
Type: CMS.DataEngineBaseInfo
Event node TreeNode
documentName
Type: SystemString
Document name
eventAttendeeInfo
Type: CMS.DataEngineBaseInfo
Event attendee info object.
variables
Type: CMS.WebAnalyticsActivityContext
Environment variables required for proper logging of activities
See Also