Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveAccountInfo Constructor

TElGoogleDriveAccountInfo     


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


Creates a new instance of TElGoogleDriveAccountInfo.

Declaration

[C#]
    TElGoogleDriveAccountInfo(TElGoogleDriveDataStorage AStorage);

[VB.NET]
    Sub New(ByVal AStorage As TElGoogleDriveDataStorage)

[Pascal]
    constructor Create(AStorage: TElGoogleDriveDataStorage);

[C++]
    not available

[PHP]
    not available

[Java]
    public TElGoogleDriveAccountInfo(TElGoogleDriveDataStorage AStorage);
    public TElGoogleDriveAccountInfo();

Parameters

  • AStorage - the object which handles all operations.

Description

    Call this method to create a new instance of TElGoogleDriveAccountInfo.

Discuss this help topic in SecureBlackbox Forum