Discuss this help topic in SecureBlackbox Forum

TElDropboxDataStorageObject.Path

TElDropboxDataStorageObject     See also     


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


The canonical path to the file or folder.

Declaration

[C#]
    string Path;

[VB.NET]
    Property Path As String

[Pascal]
    property Path : string;

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

[PHP]
    string get_Path()

[Java]
    String getPath();

Description

    Use this property to get the canonical path to the data object.

See also:     Root    

Discuss this help topic in SecureBlackbox Forum