Click or drag to resize

crawledPageCollection Constructor

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Collection of unique crawled pages - as seen from rootpage perspective

Namespace:  imbCommonModels.pageAnalytics.core
Assembly:  imbCommonModels (in imbCommonModels.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public crawledPageCollection(
	crawledPage __rootpage
)

Parameters

__rootpage
Type: imbCommonModels.pageAnalytics.corecrawledPage
The rootpage.
See Also