Discuss this help topic in SecureBlackbox Forum

TElDropboxDataStorageObject Constructor

TElDropboxDataStorageObject     See also     


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


Creates an instance of TElDropboxDataStorageObject class and returns a reference to the newly created instance.

Declaration

[C#]
    TElDropboxDataStorageObject(TElDropboxDataStorage Owner);

[VB.NET]
    Sub New(ByVal Owner As TElDropboxDataStorage)

[Pascal]
    constructor Create(Owner : TElDropboxDataStorage);

[C++]
    not available

[PHP]
    not available

[Java]
    public TElDropboxDataStorageObject();
    public TElDropboxDataStorageObject(TElDropboxDataStorage Owner);

Parameters

  • Owner -

Description

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

See also:     Delete     Exist    

Discuss this help topic in SecureBlackbox Forum