Discuss this help topic in SecureBlackbox Forum

TElWebDAVClient.InheritedAclSet

TElWebDAVClient     


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


Requests the DAV:inherited-acl-set property value.

Declaration

[C#]
    void InheritedAclSet(string URL, TElStringList URLs);

[VB.NET]
    Sub InheritedAclSet(ByVal URL As String, ByVal URLs As TElStringList)

[Pascal]
    procedure InheritedAclSet(const URL : string; URLs : TElStringList);

[C++]
    void InheritedAclSet(const std::string &URL, TElStringList &URLs);
    void InheritedAclSet(const std::string &URL, TElStringList *URLs);

[PHP]
    void InheritedAclSet(string $URL, TElStringList $URLs)

[Java]
    not available

Parameters

  • URL - URL of the remote resource.
  • URLs - URLs of other resources that also control the access to this resource.

Description

    Use this method to get a set of resources which also control the access to the specified remote resource.

Discuss this help topic in SecureBlackbox Forum