Discuss this help topic in SecureBlackbox Forum

TElWebDAVClient.IncludeBackLinks

TElWebDAVClient     See also     


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


Specifies if backlinks are to be included to lists.

Declaration

[C#]
    bool IncludeBackLinks;

[VB.NET]
    Property IncludeBackLinks As Boolean

[Pascal]
    property IncludeBackLinks : boolean = true;

[C++]
    bool get_IncludeBackLinks();
    void set_IncludeBackLinks(bool Value);

[PHP]
    bool get_IncludeBackLinks()
    void set_IncludeBackLinks(bool $Value)

[Java]
    boolean getIncludeBackLinks();
    void setIncludeBackLinks(boolean Value);

Description

    This property specifies if backlinks should be included to server responses when List command is sent. The default value is True.

See also:     List    

Discuss this help topic in SecureBlackbox Forum