Discuss this help topic in SecureBlackbox Forum

TElWebDAVFilter.Empty

TElWebDAVFilter     


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


Specifies whether this filter is empty or not.

Declaration

[C#]
    bool Empty;

[VB.NET]
    Property Empty As Boolean

[Pascal]
    property Empty : boolean;

[C++]
    bool get_Empty();

[PHP]
    bool get_Empty()

[Java]
    boolean getEmpty();

Description

    Use this property to specify whether this filter is empty.

Discuss this help topic in SecureBlackbox Forum