Click or drag to resize

indexPageTableGetUrlAssertion Method (IEnumerablespiderLink)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Gets the URL assertion from collection of spider links

Namespace:  imbWEM.Core.index.core
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public indexURLAssertionResult GetUrlAssertion(
	IEnumerable<spiderLink> urls
)

Parameters

urls
Type: System.Collections.GenericIEnumerablespiderLink
The urls.

Return Value

Type: indexURLAssertionResult

[Missing <returns> documentation for "M:imbWEM.Core.index.core.indexPageTable.GetUrlAssertion(System.Collections.Generic.IEnumerable{imbWEM.Core.crawler.targets.spiderLink})"]

See Also