Discuss this help topic in SecureBlackbox Forum

TElWebDAVClient.GetResourceType

TElWebDAVClient     See also     


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


Checks the type of the remote resource.

Declaration

[C#]
    TSBFileType GetResourceType(string URL);

[VB.NET]
    Function GetResourceType(ByVal URL As String) As TSBFileType

[Pascal]
    function GetResourceType(const URL : string) : TSBFileType;

[C++]
    TSBFileType GetResourceType(const std::string &URL);

[PHP]
    integer GetResourceType(string $URL)

[Java]
    not available

Parameters

  • URL - the URL of the resource under question.

Return value

    Returns the type of the remote resource.

TSBFileType values

Description

    Use this method to find out the type of the remote resource.

See also:     GetSupportedProperties    

Discuss this help topic in SecureBlackbox Forum