TrackInformation InformationSections Property CTCT Wrapper Documented Class Library
Determines if the Who (CONTACT), When (TIME), or Where (LOCATION) information is shown on the Event page. Default settings are CONTACT, TIME, and LOCATION valid values are: CONTACT - displays the event contact informationTIME - displays the event date and time LOCATION - displays the event location

Namespace: CTCT.Components.EventSpot
Assembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

public IList<InformationSections> InformationSections { get; set; }
See Also