Discuss this help topic in SecureBlackbox Forum

TElDropboxDataStorageObject.Root

TElDropboxDataStorageObject     See also     


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


The root or top-level folder.

Declaration

[C#]
    string Root;

[VB.NET]
    Property Root As String

[Pascal]
    property Root : string;

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

[PHP]
    string get_Root()

[Java]
    String getRoot();

Description

    All paths are returned relative to the root. The value of this property depends on user's access level. Permitted values are: dropbox or app_folder.

See also:     Path    

Discuss this help topic in SecureBlackbox Forum