Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveDataStorage.GetAccountInfo

TElGoogleDriveDataStorage     See also     


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


Returns user account info.

Declaration

[C#]
    TElGoogleDriveAccountInfo GetAccountInfo();

[VB.NET]
    Function GetAccountInfo() As TElGoogleDriveAccountInfo

[Pascal]
    function GetAccountInfo(): TElGoogleDriveAccountInfo;

[C++]
    TElGoogleDriveAccountInfoHandle GetAccountInfo();

[PHP]
    TElGoogleDriveAccountInfo GetAccountInfo()

[Java]
    TElGoogleDriveAccountInfo getAccountInfo();

Return value

    Returns a reference to the object containing the account info.

Description

    Use this method to retrieve information about the Google Drive account.

See also:     StartAuthorization    

Discuss this help topic in SecureBlackbox Forum