Click or drag to resize
EventAttendeeInfo Constructor (DataRow)
Constructor - Creates a new EventAttendeeInfo object from the given DataRow.

Namespace: CMS.EventManager
Assembly: CMS.EventManager (in CMS.EventManager.dll) Version: 8.2.23
Syntax
C#
public EventAttendeeInfo(
	DataRow dr
)

Parameters

dr
Type: System.DataDataRow
See Also