ConferenceType
extends Enumeration
in package
Defines the type of conferencing that is performed with a calendar item.
Table of Contents
Constants
- CHAT = 2
- The meeting is offline.
- NET_MEETING = 0
- The meeting is an Internet meeting.
- NET_SHOW = 1
- The meeting is an Internet show (such as a webinar).
Properties
- $_ : string
- Element value.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
- __toString() : string
- Returns the value of this enumeration as a string.
Constants
CHAT
The meeting is offline.
public
int
CHAT
= 2
Tags
NET_MEETING
The meeting is an Internet meeting.
public
int
NET_MEETING
= 0
Tags
NET_SHOW
The meeting is an Internet show (such as a webinar).
public
int
NET_SHOW
= 1
Tags
Properties
$_
Element value.
public
string
$_
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed
__toString()
Returns the value of this enumeration as a string.
public
__toString() : string
.