Discuss this help topic in SecureBlackbox Forum

TElHTTPSWebDAVClient.MkColEx

TElHTTPSWebDAVClient     See also     


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


Declaration

[C#]
    int MkColEx(string URL, string DisplayName, string Description, string Lang, string IfHeader);

[VB.NET]
    Function MkColEx(ByVal URL As String, ByVal DisplayName As String, ByVal Description As String, ByVal Lang As String, ByVal IfHeader As String) As Integer

[Pascal]
    function MkColEx(const URL, DisplayName, Description, Lang : string; const IfHeader : string = '') : integer;

[C++]
    int32_t MkColEx(const std::string &URL, const std::string &DisplayName, const std::string &Description, const std::string &Lang, const std::string &IfHeader);

[PHP]
    integer MkColEx(string $URL, string $DisplayName, string $Description, string $Lang, string $IfHeader)

[Java]
    not available

Parameters

  • URL -
  • DisplayName -
  • Description -
  • Lang -
  • IfHeader -

Return value

    Returns

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum