Discuss this help topic in SecureBlackbox Forum

TElOneDriveDataStorageObject Constructor

TElOneDriveDataStorageObject     See also     


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


Creates a new instance of TElOneDriveDataStorageObject.

Declaration

[C#]
    TElOneDriveDataStorageObject(TElOneDriveDataStorage AStorage);

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

[Pascal]
    constructor Create(AStorage: TElOneDriveDataStorage);

[C++]
    not available

[PHP]
    not available

[Java]
    public TElOneDriveDataStorageObject(TElOneDriveDataStorage AStorage);
    public TElOneDriveDataStorageObject();

Parameters

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

Description

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

See also:     Clear    

Discuss this help topic in SecureBlackbox Forum