Click or drag to resize

spiderTarget Constructor (String, spiderTargetCollection)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the spiderTarget class

Namespace:  imbWEM.Core.crawler.targets
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public spiderTarget(
	string __url,
	spiderTargetCollection __parent
)

Parameters

__url
Type: SystemString

[Missing <param name="__url"/> documentation for "M:imbWEM.Core.crawler.targets.spiderTarget.#ctor(System.String,imbWEM.Core.crawler.targets.spiderTargetCollection)"]

__parent
Type: imbWEM.Core.crawler.targetsspiderTargetCollection

[Missing <param name="__parent"/> documentation for "M:imbWEM.Core.crawler.targets.spiderTarget.#ctor(System.String,imbWEM.Core.crawler.targets.spiderTargetCollection)"]

See Also