Click or drag to resize

crawledPage Constructor (String, Int32)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Vrši pripremu informacija o stranici

Namespace:  imbCommonModels.pageAnalytics.core
Assembly:  imbCommonModels (in imbCommonModels.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public crawledPage(
	string urlToLoad,
	int __depth = 0
)

Parameters

urlToLoad
Type: SystemString

[Missing <param name="urlToLoad"/> documentation for "M:imbCommonModels.pageAnalytics.core.crawledPage.#ctor(System.String,System.Int32)"]

__depth (Optional)
Type: SystemInt32

[Missing <param name="__depth"/> documentation for "M:imbCommonModels.pageAnalytics.core.crawledPage.#ctor(System.String,System.Int32)"]

See Also