Discuss this help topic in SecureBlackbox Forum

TElDropboxDataStorage.GetAccountInfo

TElDropboxDataStorage     See also     


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


Retrieves information about the user's account.

Declaration

[C#]
    TElDropboxAccountInfo GetAccountInfo();
    TElDropboxAccountInfo GetAccountInfo(string Locale);

[VB.NET]
    Function GetAccountInfo() As TElDropboxAccountInfo
    Function GetAccountInfo(ByVal Locale As String) As TElDropboxAccountInfo

[Pascal]
    function GetAccountInfo() : string;
    function GetAccountInfo(const Locale : string) : string;

[C++]
    TElDropboxAccountInfoHandle GetAccountInfo();
    TElDropboxAccountInfoHandle GetAccountInfo(const std::string &Locale);

[PHP]
    TElDropboxAccountInfo GetAccountInfo()
    TElDropboxAccountInfo GetAccountInfo(string $Locale)

[Java]
    TElDropboxAccountInfo getAccountInfo();
    TElDropboxAccountInfo getAccountInfo(String Locale);

Parameters

  • Locale - specifies the language settings for the textual information returned by Dropbox.

Return value

    Returns textual account information.

Description

    Call this method to request the information about the user's account.

See also:     DefaultLocale    

Discuss this help topic in SecureBlackbox Forum