Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveDataStorageObject Constructor

TElGoogleDriveDataStorageObject     See also     


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


Creates a new instance of TElGoogleDriveDataStorageObject.

Declaration

[C#]
    TElGoogleDriveDataStorageObject(TElGoogleDriveDataStorage AStorage);

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

[Pascal]
    constructor Create(AStorage: TElGoogleDriveDataStorage);

[C++]
    not available

[PHP]
    not available

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

Parameters

  • AStorage - the component which handles communication with the remote storage.

Description

    Use this method to create a new instance of TElGoogleDriveDataStorageObject class.

See also:     Copy    

Discuss this help topic in SecureBlackbox Forum