Discuss this help topic in SecureBlackbox Forum

TElXMLDOMNode.ReloadData

TElXMLDOMNode     See also     


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


Reloads the data for the node.

Declaration

[C#]
    bool ReloadData(TElXMLDelayLoadMode LoadedData);

[VB.NET]
    Function ReloadData(ByVal LoadedData As TElXMLDelayLoadMode) As Boolean

[Pascal]
    function ReloadData(LoadedData : TElXMLDelayLoadMode) : boolean;

[C++]
    bool ReloadData(TElXMLDelayLoadMode LoadedData);

[PHP]
    bool ReloadData(integer $LoadedData)

[Java]
    boolean reloadData(TElXMLDelayLoadMode LoadedData);

Parameters

  • LoadedData - specifies data types that should be loaded for a Node.For example, if the Element had loaded CDATA and Comments datas, and dlmCDATA and dlmText are specified, then Comments data will be unloaded and Text data will be loaded.

Values:

Description

    Use this method to reload the previously unloaded or not loaded data for the node. The method returns true, if the data were reloaded successfully, and false otherwise.

See also:     UnloadData     Loaded    

Discuss this help topic in SecureBlackbox Forum