Instantiates a note from serialized XML.

Namespace:  Asi.iBO.ContactManagement
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public static CNote LoadXml(
	string xml
)
Visual Basic (Declaration)
Public Shared Function LoadXml ( _
	xml As String _
) As CNote
Visual C++
public:
static CNote^ LoadXml(
	String^ xml
)

Parameters

xml
Type: System..::.String
XML representing a CNote

Return Value

CNote represented by the given XML

See Also