Click or drag to resize

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
)

Parameters

data
Type: System.XmlXmlDocument
XML document containing an information about the object.

Return Value

Type: Boolean
Value indicating whether information has been successfully retrieved from the XML document.
See Also