| 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
)
Public Function Deserialize (
data As XmlDocument
) As Boolean
Parameters
- data
- Type: System.XmlXmlDocument
XML document containing an information about the profile.
Return Value
Type:
BooleanValue indicating whether information has been successfully retrieved from the XML document.
Implements
ISerializableObjectDeserialize(XmlDocument)Exceptions See Also