Discuss this help topic in SecureBlackbox Forum

TElBoxCollaboration Constructor

TElBoxCollaboration     


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


Creates a new instance of TElBoxCollaboration.

Declaration

[C#]
    TElBoxCollaboration(TElBoxFolder AOwner);

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

[Pascal]
    constructor Create(AOwner: TElBoxFolder);

[C++]
    not available

[PHP]
    not available

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

Parameters

  • AOwner - the component which interfaces the remote storage.

Description

    Use this method to create a new instance of TElBoxCollaboration.

Discuss this help topic in SecureBlackbox Forum