Discuss this help topic in SecureBlackbox Forum

TElWebDAVStorageObject.FullURL

TElWebDAVStorageObject     See also     


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


Returns the full URL of the object.

Declaration

[C#]
    string FullURL;

[VB.NET]
    Property FullURL As String

[Pascal]
    property FullURL : string;

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

[PHP]
    string get_FullURL()

[Java]
    String getFullURL();

Description

    Use this property to obtain the full URL of the object.

See also:     ParentURL     URL    

Discuss this help topic in SecureBlackbox Forum