Discuss this help topic in SecureBlackbox Forum

TElWebDAVServer.CreateCollection

TElWebDAVServer     See also     


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


Sends a MKCOL request to the server.

Declaration

[C#]
    void CreateCollection(string URL);

[VB.NET]
    Sub CreateCollection(ByVal URL As String)

[Pascal]
    procedure CreateCollection(const URL : string);

[C++]
    void CreateCollection(const std::string &URL);

[PHP]
    void CreateCollection(string $URL)

[Java]
    void createCollection(String URL);

Parameters

  • URL - the URL of the new collection.

Description

    Use this method to create a new collection on the server.

See also:     CreateAddressBook     CreateCalendar    

Discuss this help topic in SecureBlackbox Forum