Discuss this help topic in SecureBlackbox Forum

TElHTTPSWebDAVClient.AclPrincipalMatchReport

TElHTTPSWebDAVClient     See also     


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


Declaration

[C#]
    int AclPrincipalMatchReport(string URL, TElWebDAVPropertyInfo PrincipalProperty, TElWebDAVPropertyInfoList Properties);

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

[Pascal]
    function AclPrincipalMatchReport(const URL : string; PrincipalProperty : TElWebDAVPropertyInfo; Properties : TElWebDAVPropertyInfoList) : integer;

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

[PHP]
    integer AclPrincipalMatchReport(string $URL, TElWebDAVPropertyInfo $PrincipalProperty, TElWebDAVPropertyInfoList $Properties)

[Java]
    not available

Parameters

  • URL -
  • PrincipalProperty -
  • Properties -

Return value

    Returns

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum