Discuss this help topic in SecureBlackbox Forum

TElWebDAVClient.LastListedURL

TElWebDAVClient     See also     


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


Contains the last listed URL.

Declaration

[C#]
    string LastListedURL;

[VB.NET]
    Property LastListedURL As String

[Pascal]
    property LastListedURL : string;

[C++]
    void get_LastListedURL(std::string &OutResult);

[PHP]
    string get_LastListedURL()

[Java]
    String getLastListedURL();

Description

    Use this read-only property to get the URL of the resource which content was listed last time.

See also:     BaseURL     List    

Discuss this help topic in SecureBlackbox Forum