Discuss this help topic in SecureBlackbox Forum

TElWebDAVStorageObject Constructor

TElWebDAVStorageObject     


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


Creates a new instance of TElWebDAVStorageObject class.

Declaration

[C#]
    TElWebDAVStorageObject(TElWebDAVClient Storage, string URL);
    TElWebDAVStorageObject(TElWebDAVClient Storage, string URL, bool HrefOnly);

[VB.NET]
    Sub New(ByVal Storage As TElWebDAVClient, ByVal URL As String)
    Sub New(ByVal Storage As TElWebDAVClient, ByVal URL As String, ByVal HrefOnly As Boolean)

[Pascal]
    constructor Create(const Storage : TElWebDAVClient; const URL : string);
    constructor Create(const Storage : TElWebDAVClient; const URL : string; HrefOnly : boolean);

[C++]
    not available

[PHP]
    not available

[Java]
    public TElWebDAVStorageObject();
    public TElWebDAVStorageObject(TElWebDAVClient Storage, String URL);
    public TElWebDAVStorageObject(TElWebDAVClient Storage, String URL, boolean HrefOnly);

Parameters

  • Storage - the storage where the object should be created.
  • URL - URL of the location where the object should be created.
  • HrefOnly -

Description

    Use this method to create a new DAV object.

Discuss this help topic in SecureBlackbox Forum