Discuss this help topic in SecureBlackbox Forum

TElWebDAVClient.PrincipalMatch

TElWebDAVClient     See also     


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


Requests and processes the DAV:principal-match report.

Declaration

[VB.NET]
    Sub PrincipalMatch(ByVal URL As String, ByVal PrincipalProperty As TElWebDAVPropertyInfo, ByVal Properties As TElWebDAVPropertyInfoList, ByVal Objects As TElWebDAVObjectList)

[Pascal]
    procedure PrincipalMatch(const URL : string; PrincipalProperty : TElWebDAVPropertyInfo; Properties : TElWebDAVPropertyInfoList; Objects : TElWebDAVObjectList);

[Java]
    not available

Parameters

  • URL - URL of the resource.
  • PrincipalProperty - the property which identifies the currently authenticated user, e.g., "owner".
  • Properties - additional properties to be returned with the response.
  • Objects - the objects associated with the currently suthenticated user.

Description

    Use this method to get information about the resources associated with the currently authenticated user.

See also:     Owner    

Discuss this help topic in SecureBlackbox Forum