TrackInformation Members CTCT Wrapper Documented Class Library

The TrackInformation type exposes the following members.
Constructors

  NameDescription
Public methodTrackInformation
Constructor
Back to Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToJSON
Serialize an object to JSON.
(Inherited from Component.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Back to Top
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