Class photo
Specifies an image or photograph information that annotates some aspect of the object the vCard represents. See Section 6.2.4 of RFC 6350.
Inherited Members
Namespace: AdditionalData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class photo
Constructors
| Edit this page View Sourcephoto()
Default constructor. Used for de-serialization using XmlSerializer or to create a new object of this type.
Declaration
public photo()
photo(XmlNode)
Constructor used when programmatically parsing a XML document.
Declaration
public photo(XmlNode Root)
Parameters
Type | Name | Description |
---|---|---|
XmlNode | Root | Root node containing the XML for this type |
Fields
| Edit this page View Sourceparameters
Parameters for the photo
Declaration
public photoParameters parameters
Field Value
Type | Description |
---|---|
photoParameters |
uri
URI to dereference to get the photo
Declaration
public string uri
Field Value
Type | Description |
---|---|
string |