Class mediatype
Class for the mediatype parameter of various classes. The MEDIATYPE parameter is used with properties whose value is a URI. Is use is OPTIONAL. It provides a hint to the vCard consumer application about the media type [RFC2046] of the resource identified by the URI. See Section 5.7 of RFC 6350.
Inherited Members
Namespace: AdditionalData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class mediatype
Constructors
| Edit this page View Sourcemediatype()
Default constructor. Used for de-serialization using XmlSerializer or to create a new object of this type.
Declaration
public mediatype()
mediatype(XmlNode)
Constructor used when programmatically parsing a XML document.
Declaration
public mediatype(XmlNode Root)
Parameters
Type | Name | Description |
---|---|---|
XmlNode | Root | Root node containing the XML for this type |
Fields
| Edit this page View Sourcetext
Set to a value that provides a hint to the vCard consumer application about the media type. For example: audio
Declaration
public string text
Field Value
Type | Description |
---|---|
string |