Click or drag to resize

ProfileDeserialize Method

Reads the item data from the given XML document and applies the information to the current instance.

Namespace:  Dynamicweb.Analytics.Profiles
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public bool Deserialize(
	XmlDocument data
)

Parameters

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

Return Value

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

Implements

ISerializableObjectDeserialize(XmlDocument)
Exceptions
ExceptionCondition
ArgumentNullExceptiondata is null.
See Also