Click or drag to resize

crawledPageCollectionAdd Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Adds page if it has unique absolute url (against rootpage

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

Parameters

page
Type: imbCommonModels.pageAnalytics.corecrawledPage
The page.

Return Value

Type: crawledPage
Page if it was added. Null if the page was already known
See Also