TrackInformation Properties CTCT Wrapper Documented Class Library
The TrackInformation type exposes the following members.
Properties

  NameDescription
Public propertyEarlyFeeDate
Date on which early fees end
Public propertyGuestDisplayLabel
Default = Guest(s); How guests are referred to on the registration form; use your own, or one of the following suggestions are Associate(s), Camper(s), Child(ren), Colleague(s), Employee(s), Friend(s), Guest(s), Member(s), Participant(s), Partner(s), Player(s), Spouse(s), Student(s), Teammate(s), Volunteer(s)
Public propertyGuestLimit
Number of guests each registrant can bring, 0 - 100, default = 0
Public propertyInformationSections
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
Public propertyIsGuestAnonymousEnabled
Default = false; Set to true to display the guest count field on the registration form; if true, is_guest_name_required must be set to false (default)
Public propertyIsGuestNameRequired
Default = false. Set to display guest name fields on registration form; if true, then is_guest_anonymous_enabled must be set false (default)
Public propertyIsRegistrationClosedManually
Default = false; Manually closes the event registration when set to true, takes precedence over registration_limit_date and registration_limit_count settings
Public propertyIsTicketingLinkDisplayed
Default = false; Set to true provide a link for registrants to retrieve an event ticket after they register
Public propertyLateFeeDate
Date after which late fees apply
Public propertyRegistrationLimitCount
Specifies the maximum number of registrants for the event
Public propertyRegistrationLimitDate
Date when event registrations close
Back to Top
See Also