Discuss this help topic in SecureBlackbox Forum

TElWebDAVPrincipalBackend.CollectionExists

TElWebDAVPrincipalBackend     See also     


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


Checks whether the specified collection is a member of principal-collection-set.

Declaration

[C#]
    bool CollectionExists(string URL);

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

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

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

[PHP]
    bool CollectionExists(string $URL)

[Java]
    boolean collectionExists(String URL);

Parameters

  • URL - URL of the collection under question.

Return value

    Returns true if the specified collection exists in principal-collection-set.

Description

    Use this method to check if the specified collection is contained in the principal-collection-set.

See also:     GetPrincipalCollectionSet    

Discuss this help topic in SecureBlackbox Forum