Discuss this help topic in SecureBlackbox Forum

TElWebDAVClient.PrincipalCollectionSet

TElWebDAVClient     See also     


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


Retrieves the list of principal collections from the server.

Declaration

[C#]
    void PrincipalCollectionSet(string URL, TElStringList URLs);

[VB.NET]
    Sub PrincipalCollectionSet(ByVal URL As String, ByVal URLs As TElStringList)

[Pascal]
    procedure PrincipalCollectionSet(const URL : string; URLs : TElStringList);

[C++]
    void PrincipalCollectionSet(const std::string &URL, TElStringList &URLs);
    void PrincipalCollectionSet(const std::string &URL, TElStringList *URLs);

[PHP]
    void PrincipalCollectionSet(string $URL, TElStringList $URLs)

[Java]
    not available

Parameters

  • URL - identifies the collection resource for which DAV:principal-collection-set is requested.
  • URLs - the list of principal collections is returned via this parameter.

Description

    Call this method to retrieve the list of principal collections from the server. To retrieve the list of principals for each collection, use ListPrincipals method.

See also:     ListPrincipals    

Discuss this help topic in SecureBlackbox Forum