Discuss this help topic in SecureBlackbox Forum

TElWebDAVFilter.FullPath

TElWebDAVFilter     See also     


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


The full path to the filter XML element.

Declaration

[C#]
    string FullPath;

[VB.NET]
    Property FullPath As String

[Pascal]
    property FullPath : string;

[C++]
    void get_FullPath(std::string &OutResult);

[PHP]
    string get_FullPath()

[Java]
    String getFullPath();

Description

    Use this property to get the full path to this filter XML element.

See also:     Parent    

Discuss this help topic in SecureBlackbox Forum