Discuss this help topic in SecureBlackbox Forum

TElDropboxDataStorage.AppKey

TElDropboxDataStorage     See also     


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


Contains the app key.

Declaration

[C#]
    string AppKey;

[VB.NET]
    Property AppKey As String

[Pascal]
    property AppKey : string;

[C++]
    void get_AppKey(std::string &OutResult);
    void set_AppKey(const std::string &Value);

[PHP]
    string get_AppKey()
    void set_AppKey(string $Value)

[Java]
    String getAppKey();
    void setAppKey(String Value);

Description

    Use this property to specify the Dropbox app key.

See also:     AppSecret     StartAuthorization    

Discuss this help topic in SecureBlackbox Forum