Discuss this help topic in SecureBlackbox Forum

TElWebDAVStorageObject.ReadFromXML

TElWebDAVStorageObject     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Loads the DAV object from an XML node.

Declaration

[C#]
    bool ReadFromXML(TElXMLDOMNode Node);

[VB.NET]
    Function ReadFromXML(ByVal Node As TElXMLDOMNode) As Boolean

[Pascal]
    function ReadFromXML(Node : TElXMLDOMNode) : boolean; virtual;

[C++]
    bool ReadFromXML(TElXMLDOMNode &Node);
    bool ReadFromXML(TElXMLDOMNode *Node);

[PHP]
    bool ReadFromXML(TElXMLDOMNode $Node)

[Java]
    boolean readFromXML(TElXMLDOMNode Node);

Parameters

  • Node - the node containing object's data.

Return value

    Returns True on success, and False otherwise.

Description

    Use this method to load the object from XML node.

See also:     Constructor    

Discuss this help topic in SecureBlackbox Forum