Discuss this help topic in SecureBlackbox Forum

TElDropboxDataStorage.Root

TElDropboxDataStorage     See also     


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


Specifies the root folder in the storage.

Declaration

[C#]
    string Root;

[VB.NET]
    Property Root As String

[Pascal]
    property Root : string;

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

[PHP]
    string get_Root()
    void set_Root(string $Value)

[Java]
    String getRoot();
    void setRoot(String Value);

Description

    The root is the top-most folder in the application's view of the Dropbox. For now, the only allowed values are "dropbox" (for the applications which Permission type parameter is set to "Full Dropbox" on the Dropbox site), and "sandbox" (for the applications which Permission type is "App folder").

See also:     List    

Discuss this help topic in SecureBlackbox Forum