EventAgendaItemType
Defines the type of an agenda item for an event.
enum EventAgendaItemType {
ACTIVITY_BREAK
FUNCTION
HEADING
INFORMATION
SESSION
}
Values
EventAgendaItemType.ACTIVITY_BREAK
An Activity / Break agenda item type.
EventAgendaItemType.FUNCTION
A Function agenda item type.
EventAgendaItemType.HEADING
A Heading agenda item type.
EventAgendaItemType.INFORMATION
An Information agenda item type.
EventAgendaItemType.SESSION
A Session agenda item type.
Member Of
ActivityBreakEventAgendaItem object ● EventAgendaItem interface ● FindEventAgendaItemsByTypesInput input ● FunctionEventAgendaItem object ● HeadingEventAgendaItem object ● InformationEventAgendaItem object ● SessionEventAgendaItem object