ConferenceScheduleInformation Members
Include Protected Members
Include Inherited Members
Represents information to be used in scheduling and updating conferences.
The ConferenceScheduleInformation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ConferenceScheduleInformation() | Creates a new instance of the ConferenceScheduleInformation class. | |
ConferenceScheduleInformation(SchedulingTemplate) | Creates a new instance of the ConferenceScheduleInformation class based on the supplied scheduling template type. |
Top
Properties
Name | Description | |
---|---|---|
AccessLevel | Gets or sets the access level that controls admission into a conference. | |
AdmissionPolicy | Obsolete. This property will be removed from future versions. Use 'ConferenceScheduleInformation.AccessLevel' instead. Gets or sets the admission policy to control access to a conference. | |
AttendanceAnnouncementsStatus | Gets or sets the attendance announcements status for the conference. | |
AutomaticLeaderAssignment | Gets or sets the policy for automatically promoting users joining a conference. | |
ConferenceId | Gets or sets the conference ID of the new conference to schedule, or the ID of the conference to update. | |
Description | Gets or sets a longer description of the conference. | |
ExpiryTime | Gets or sets the absolute date and time after which the conference can be deleted. | |
IsPasscodeOptional | Gets or sets whether trusted applications may elect to skip challenging anonymous users for the conference passcode. | |
LobbyBypass | Gets or sets the lobby bypass setting for the conference. | |
Mcus | Gets the list of MCU settings. | |
OrganizerData | Gets or sets an arbitrary XML blob set by the organizer. | |
ParticipantData | Gets or sets an arbitrary XML blob set by the organizer and to be sent to conference attendees upon joining the conference. | |
Participants | Gets the list of participants, and their roles. | |
Passcode | Gets or sets the conference passcode to be used by anonymous users. | |
PhoneAccessEnabled | Gets or sets whether participants can join the conference over the phone. | |
SchedulingTemplate | Gets the scheduling template used to schedule the conference. | |
Subject | Gets or sets the subject of the conference. | |
Version | Gets or sets the revision number of the scheduled conference. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IXmlSerializable.GetSchema | Returns the schema for the serialization. | |
IXmlSerializable.ReadXml | Deserializes the conference schedule settings from the XML. Not required. | |
IXmlSerializable.WriteXml | Serializes the XML settings |
Top