Discuss this help topic in SecureBlackbox Forum

TElOneDrivePhoto Constructor

TElOneDrivePhoto     


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


Creates a new instance of TElOneDrivePhoto.

Declaration

[C#]
    TElOneDrivePhoto(TElOneDriveDataStorage Storage);

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

[Pascal]
    constructor Create(Storage: TElOneDriveDataStorage);

[C++]
    not available

[PHP]
    not available

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

Parameters

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

Description

    Call this method to create a new TElOneDrivePhoto object.

Discuss this help topic in SecureBlackbox Forum