Discuss this help topic in SecureBlackbox Forum

TElWebDAVPrincipalBackend.EnumPrincipals

TElWebDAVPrincipalBackend     See also     


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


Returns a list of principals belonging to the same resource.

Declaration

[C#]
    bool EnumPrincipals(string URL, TElStringList List);

[VB.NET]
    Function EnumPrincipals(ByVal URL As String, ByVal List As TElStringList) As Boolean

[Pascal]
    function EnumPrincipals(const URL : string; List : TElStringList) : boolean; virtual; // of TElWebDAVPrincipal

[C++]
    bool EnumPrincipals(const std::string &URL, TElStringList &List);
    bool EnumPrincipals(const std::string &URL, TElStringList *List);

[PHP]
    bool EnumPrincipals(string $URL, TElStringList $List)

[Java]
    boolean enumPrincipals(String URL, TElStringList List);

Parameters

Return value

    Returns true is the operation was successful, and false otherwise.

Description

    This methods returns (via its List) parameter a list of principals which belong to the specified resource.

See also:     PrincipalExists    

Discuss this help topic in SecureBlackbox Forum