Discuss this help topic in SecureBlackbox Forum

TElOneDriveUserInfo Constructor

TElOneDriveUserInfo     


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


Creates a new instance of TElOneDriveUserInfo class.

Declaration

[C#]
    TElOneDriveUserInfo(TElOneDriveDataStorage AStorage);

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

[Pascal]
    constructor Create(AStorage: TElOneDriveDataStorage);

[C++]
    not available

[PHP]
    not available

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

Parameters

  • AStorage - reference to the component that handles the access to OneDrive storage.

Description

    Use this method to create a new (empty) instance of TElOneDriveUserInfo.

Discuss this help topic in SecureBlackbox Forum