Discuss this help topic in SecureBlackbox Forum

TElBoxCollaborations Constructor

TElBoxCollaborations     


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


Creates a new instance of TElBoxCollaborations.

Declaration

[C#]
    TElBoxCollaborations(TElBoxFolder AOwner);

[VB.NET]
    Sub New(ByVal AOwner As TElBoxFolder)

[Pascal]
    constructor Create(AOwner: TElBoxFolder);

[C++]
    not available

[PHP]
    not available

[Java]
    public TElBoxCollaborations();
    public TElBoxCollaborations(TElBoxFolder AOwner);

Parameters

  • AOwner - the component which interfaces the remote storage.

Description

    Use this method to create a new instance of TElBoxCollaborations.

Discuss this help topic in SecureBlackbox Forum