Discuss this help topic in SecureBlackbox Forum

TElHTTPSWebDAVClient.PrincipalPropertySearchReport

TElHTTPSWebDAVClient     See also     


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


Declaration

[C#]
    int PrincipalPropertySearchReport(string URL, TElWebDAVPropertyInfoList MatchProperties, TElStringList Matches, TElWebDAVPropertyInfoList Properties, bool ApplyToPrincipalCollectionSet);

[VB.NET]
    Function PrincipalPropertySearchReport(ByVal URL As String, ByVal MatchProperties As TElWebDAVPropertyInfoList, ByVal Matches As TElStringList, ByVal Properties As TElWebDAVPropertyInfoList, ByVal ApplyToPrincipalCollectionSet As Boolean) As Integer

[Pascal]
    function PrincipalPropertySearchReport(const URL : string; MatchProperties : TElWebDAVPropertyInfoList; Matches : TElStringList; Properties : TElWebDAVPropertyInfoList; ApplyToPrincipalCollectionSet : boolean) : integer;

[C++]
    int32_t PrincipalPropertySearchReport(const std::string &URL, TElWebDAVPropertyInfoList &MatchProperties, TElStringList &Matches, TElWebDAVPropertyInfoList &Properties, bool ApplyToPrincipalCollectionSet);
    int32_t PrincipalPropertySearchReport(const std::string &URL, TElWebDAVPropertyInfoList *MatchProperties, TElStringList *Matches, TElWebDAVPropertyInfoList *Properties, bool ApplyToPrincipalCollectionSet);

[PHP]
    integer PrincipalPropertySearchReport(string $URL, TElWebDAVPropertyInfoList $MatchProperties, TElStringList $Matches, TElWebDAVPropertyInfoList $Properties, bool $ApplyToPrincipalCollectionSet)

[Java]
    not available

Parameters

  • URL -
  • MatchProperties -
  • Matches -
  • Properties -
  • ApplyToPrincipalCollectionSet -

Return value

    Returns

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum