Discuss this help topic in SecureBlackbox Forum

TElWebDAVStorageObject.URL

TElWebDAVStorageObject     See also     


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


Contains object's URL.

Declaration

[C#]
    string URL;

[VB.NET]
    Property URL As String

[Pascal]
    property URL : string;

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

[PHP]
    string get_URL()

[Java]
    String getURL();

Description

    This property specifies the URL of the object.

See also:     FullURL     ParentURL    

Discuss this help topic in SecureBlackbox Forum