Discuss this help topic in SecureBlackbox Forum

TElWebDAVPrincipal.ReadFromXML

TElWebDAVPrincipal     


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


Loads the DAV object from an XML node.

Declaration

[C#]
    not available

[VB.NET]
    not available

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

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • Node - the node containing object's data.

Description

    Use this method to load the object from XML node.

Discuss this help topic in SecureBlackbox Forum