Discuss this help topic in SecureBlackbox Forum

TElWebDAVStorageObject.ParentURL

TElWebDAVStorageObject     See also     


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


Specifies object's parent URL.

Declaration

[C#]
    string ParentURL;

[VB.NET]
    Property ParentURL As String

[Pascal]
    property ParentURL : string;

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

[PHP]
    string get_ParentURL()

[Java]
    String getParentURL();

Description

    Use this property to get object's parent URL.

See also:     URL     FullURL    

Discuss this help topic in SecureBlackbox Forum