Discuss this help topic in SecureBlackbox Forum

TElWebDAVClient.ListPrincipals

TElWebDAVClient     See also     


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


Retrieves the list of principals for the given principal collection.

Declaration

[C#]
    void ListPrincipals(string URL, TElWebDAVPrincipalList List, TSBWebDAVDepth Depth);

[VB.NET]
    Sub ListPrincipals(ByVal URL As String, ByVal List As TElWebDAVPrincipalList, ByVal Depth As TSBWebDAVDepth)

[Pascal]
    procedure ListPrincipals(const URL : string; List : TElWebDAVPrincipalList; Depth : TSBWebDAVDepth);

[C++]
    void ListPrincipals(const std::string &URL, TElWebDAVPrincipalList &List, TSBWebDAVDepth Depth);
    void ListPrincipals(const std::string &URL, TElWebDAVPrincipalList *List, TSBWebDAVDepth Depth);

[PHP]
    void ListPrincipals(string $URL, TElWebDAVPrincipalList $List, integer $Depth)

[Java]
    not available

Parameters

  • URL - URL of the principal collection.
  • List - the desired list of principals is returned via this parameter.
  • Depth - specifies search depth.

TSBWebDAVDepth values

Description

    Use this method to retrieve principals at any depth.

See also:     PrincipalCollectionSet    

Discuss this help topic in SecureBlackbox Forum