Class categories
Specifies the application category information about the vCard, also known as "tags". See Section 6.7.1 of RFC 6350.
Inherited Members
Namespace: AdditionalData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class categories
Constructors
| Edit this page View Sourcecategories()
Default constructor. Used for de-serialization using XmlSerializer or to create a new object of this type.
Declaration
public categories()
categories(XmlNode)
Constructor used when programmatically parsing a XML document.
Declaration
public categories(XmlNode Root)
Parameters
Type | Name | Description |
---|---|---|
XmlNode | Root | Root node containing the XML for this type |
Fields
| Edit this page View Sourceparameters
Categories parameters
Declaration
public categoriesParameters parameters
Field Value
Type | Description |
---|---|
categoriesParameters |
text
Contains an array of strings that describe the categories for this vCard. The types of categories is not specified.
Declaration
public string[] text
Field Value
Type | Description |
---|---|
string[] |