Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum