Companywebcast API Wiki

Page History: ManagementService 1.1 : Data Types

Compare Page Revisions



« Older Revision - Back to Page History - Newer Revision »


Page Revision: 2010/03/27 22:00


Behold the DataTypes of the Management Service

Table of Contents [Hide/Show]


Customer

An object with the following properties:
Description
Id
Modules
Name
Profiles
Tags

CustomerSummary

An object with the following properties:
Id
Name

ModuleType

An enumeration. Can have one (or more?) of the following values:
None
Poll
Registration
Slides
Speakers
Survey
Topics

Profile

An object with the following properties:
Description
Id
Title

Webcast

An object with the following properties:
ActiveModules
A list of ModuleType objects.
Code
A string. Uniquely identifies a Webcast. It is automatically generated during WebcastCreate, and is a read only property.
DefaultLanguage
A string. Gets or sets the 2 character country code that defines the default language.
Enlist
A boolean. Gets or sets whether this Webcast should be available through the MetaService's WebcastSearch method. If Enlist is set to true, this Webcast will appear in the results of WebcastSearch.
LanguageCodes
A list of 2 character language codes. Gets or sets the languages in which this Webcast is available.
Localization
A list of LocalizedWebcastData objects.
Location
An object that contains information pertaining to the geographical location of the Webcast.
Reference
A string. You can use this property for your own purposes. Whatever you place here will be available through the MetaService as well. One of its intended uses is for you to place your own identifier here.
Revision
A string. A read only property that is used for concurrency control. Every time WebcastSave is called on a Webcast, its Revision is updated to reflect its last change date. When you use WebcastSave to change a Webcast object, that object's Revision has to be
ScheduledStart
SlidesModule
SpeakersModule
TopicsModule
Triggers