Discuss this help topic in SecureBlackbox Forum

TElHTTPSWebDAVClient.AclPrincipalPropSetReport

TElHTTPSWebDAVClient     See also     


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


Declaration

[C#]
    int AclPrincipalPropSetReport(string URL, TElWebDAVPropertyInfoList Properties);

[VB.NET]
    Function AclPrincipalPropSetReport(ByVal URL As String, ByVal Properties As TElWebDAVPropertyInfoList) As Integer

[Pascal]
    function AclPrincipalPropSetReport(const URL : string; Properties : TElWebDAVPropertyInfoList) : integer;

[C++]
    int32_t AclPrincipalPropSetReport(const std::string &URL, TElWebDAVPropertyInfoList &Properties);
    int32_t AclPrincipalPropSetReport(const std::string &URL, TElWebDAVPropertyInfoList *Properties);

[PHP]
    integer AclPrincipalPropSetReport(string $URL, TElWebDAVPropertyInfoList $Properties)

[Java]
    not available

Parameters

  • URL -
  • Properties -

Return value

    Returns

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum