Class conferencedescriptiontype
Class for the conference-description element that describes the conference as a whole. See Section 5.3 of RFC 4575.
Inherited Members
Namespace: ConferenceEvent
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class conferencedescriptiontype
Fields
| Edit this page View SourceAny
Extension point for new elements.
Declaration
public List<XmlElement> Any
Field Value
Type | Description |
---|---|
List<XmlElement> |
AnyAttr
Extension point for new elements.
Declaration
public List<XmlAttribute> AnyAttr
Field Value
Type | Description |
---|---|
List<XmlAttribute> |
availablemedia
This element contains a sequence of entry child elements of conference-medium-type, each being indexed by the attribute ’label’. See Section 5.3.4 of RFC 4575. Optional.
Declaration
public conferencemediatype availablemedia
Field Value
Type | Description |
---|---|
conferencemediatype |
confuris
This element contains a sequence of entry child elements - each containing the URI to be used in order to access the conference by different signaling means. See Section 5.3.1 of RFC 4575. Optional.
Declaration
public uristype confuris
Field Value
Type | Description |
---|---|
uristype |
displaytext
Contains descriptive text suitable for human consumption. Optional.
Declaration
public string displaytext
Field Value
Type | Description |
---|---|
string |
freetext
Contains an additional longer description of the conference. Optional.
Declaration
public string freetext
Field Value
Type | Description |
---|---|
string |
keywords
Contains a list of space-separated string tokens that can be used by search engines to better classify the conference. Optional.
Declaration
public string keywords
Field Value
Type | Description |
---|---|
string |
maximumusercount
The value of this element provides a hint to the recipient of the conference document about the number of users that can be invited to the conference. Not valid if maximumusercountSpecified is false.
Declaration
public uint maximumusercount
Field Value
Type | Description |
---|---|
uint |
maximumusercountSpecified
If true then the maximumusercount element is valid.
Declaration
public bool maximumusercountSpecified
Field Value
Type | Description |
---|---|
bool |
serviceuris
This element describes auxiliary services available for the conference. See Section 5.3.2 of RFC 4575. Optional.
Declaration
public uristype serviceuris
Field Value
Type | Description |
---|---|
uristype |
subject
Contains the subject of the conference. Optional.
Declaration
public string subject
Field Value
Type | Description |
---|---|
string |