Discuss this help topic in SecureBlackbox Forum

TElWebDAVClient.PrincipalSearchPropertySet

TElWebDAVClient     See also     


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


Requests and processes the DAV:principal-search-property-set report.

Declaration

[C#]
    void PrincipalSearchPropertySet(string URL, TElWebDAVPropertyInfoList Properties);

[VB.NET]
    Sub PrincipalSearchPropertySet(ByVal URL As String, ByVal Properties As TElWebDAVPropertyInfoList)

[Pascal]
    procedure PrincipalSearchPropertySet(const URL : string; Properties : TElWebDAVPropertyInfoList);

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

[PHP]
    void PrincipalSearchPropertySet(string $URL, TElWebDAVPropertyInfoList $Properties)

[Java]
    not available

Parameters

  • URL - specifies resource URL.
  • Properties - the requested list of properties is returned via this parameter.

Description

    Use this method to retrieve a set of properties in which the search is performed by PrincipalPropertySearch methods. Call this method prior to calling PrincipalPropertySearchFirst.

See also:     PrincipalPropertySearchFirst     PrincipalPropertySearchNext    

Discuss this help topic in SecureBlackbox Forum