Discuss this help topic in SecureBlackbox Forum

TElWebDAVPrincipalBackend.PrincipalExists

TElWebDAVPrincipalBackend     See also     


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


Checks whether the specified principal exists.

Declaration

[C#]
    bool PrincipalExists(string URL);

[VB.NET]
    Function PrincipalExists(ByVal URL As String) As Boolean

[Pascal]
    function PrincipalExists(const URL : string) : boolean; virtual;

[C++]
    bool PrincipalExists(const std::string &URL);

[PHP]
    bool PrincipalExists(string $URL)

[Java]
    boolean principalExists(String URL);

Parameters

  • URL - specifies principal's URL.

Return value

    Returns true if the principal exists in the internal storage of the backend object, and false otherwise.

Description

    Use this property to check whether this backend object contains the specified principal.

See also:     FindPrincipalByName     FindPrincipalByURL    

Discuss this help topic in SecureBlackbox Forum