Click or drag to resize
EventBookingActivityInitializer Constructor
Instantiate new instance of EventBookingActivityInitializer.

Namespace: CMS.EventManager
Assembly: CMS.EventManager (in CMS.EventManager.dll) Version: 10.0.0
Syntax
C#
public EventBookingActivityInitializer(
	int attendeeId,
	TreeNode eventNode
)

Parameters

attendeeId
Type: SystemInt32
Specifies id of attendee that booked to event
eventNode
Type: CMS.DocumentEngineTreeNode
Specifies event node
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when eventNode is null.
See Also