Discuss this help topic in SecureBlackbox Forum

TElOneDriveVideo Constructor

TElOneDriveVideo     


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


Creates a new instance of TElOneDriveVideo.

Declaration

[C#]
    TElOneDriveVideo(TElOneDriveDataStorage Storage);

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

[Pascal]
    constructor Create(Storage: TElOneDriveDataStorage);

[C++]
    not available

[PHP]
    not available

[Java]
    public TElOneDriveVideo(TElOneDriveDataStorage Storage);
    public TElOneDriveVideo();

Parameters

  • Storage - the component which provides an interface with OneDrive.

Description

    Call this method to create a new TElOneDriveVideo object.

Discuss this help topic in SecureBlackbox Forum