Discuss this help topic in SecureBlackbox Forum

TElWebDAVClient.SetAcl

TElWebDAVClient     See also     


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


Changes the ACL of a remote resource.

Declaration

[C#]
    void SetAcl(string URL, TElWebDAVACL NewAcl);

[VB.NET]
    Sub SetAcl(ByVal URL As String, ByVal NewAcl As TElWebDAVACL)

[Pascal]
    procedure SetAcl(const URL : string; NewAcl : TElWebDAVACL);

[C++]
    void SetAcl(const std::string &URL, TElWebDAVACL &NewAcl);
    void SetAcl(const std::string &URL, TElWebDAVACL *NewAcl);

[PHP]
    void SetAcl(string $URL, TElWebDAVACL $NewAcl)

[Java]
    not available

Parameters

  • URL - the URL of the remote resource.
  • NewAcl - the new ACL of the resource.

Description

    Use this method to modify ACL (Access Control List) of a remote resource.

See also:     GetAcl    

Discuss this help topic in SecureBlackbox Forum