Click or drag to resize

ISpiderEvaluatorBaseapproveUrl Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Approves the URL for futher consideration based on url string content

Namespace:  imbWEM.Core.crawler.evaluators
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
bool approveUrl(
	link ln
)

Parameters

ln
Type: imbCommonModels.structurelink
The link to check

Return Value

Type: Boolean
TRUE if link seems to be ok, FALSE if link url is not accepted by [!:spiderSettings.urlBanNeedles] list
See Also