| ISerializableObjectDeserialize Method |
Reads the object data from the given XML document and applies the information to the current instance.
Namespace:
Dynamicweb.Analytics.Model
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax bool Deserialize(
XmlDocument data
)
Function Deserialize (
data As XmlDocument
) As Boolean
Parameters
- data
- Type: System.XmlXmlDocument
XML document containing an information about the object.
Return Value
Type:
BooleanValue indicating whether information has been successfully retrieved from the XML document.
See Also