Click or drag to resize

imbMCRepositoryGetWebPage Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Gets the web page repository by resolved URL

Namespace:  imbMiningContext.MCRepository
Assembly:  imbMiningContext (in imbMiningContext.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public imbMCWebPage GetWebPage(
	imbMCWebSite site,
	string url,
	bool autoCreate = false,
	ILogBuilder output = null
)

Parameters

site
Type: imbMiningContext.MCWebSiteimbMCWebSite
The site to query page from
url
Type: SystemString
The fully resolved URL.
autoCreate (Optional)
Type: SystemBoolean
if set to true [automatic create].
output (Optional)
Type: ILogBuilder
The output.

Return Value

Type: imbMCWebPage

[Missing <returns> documentation for "M:imbMiningContext.MCRepository.imbMCRepository.GetWebPage(imbMiningContext.MCWebSite.imbMCWebSite,System.String,System.Boolean,imbSCI.Core.reporting.ILogBuilder)"]

Exceptions
ExceptionCondition
ArgumentExceptionUrl must be in full and resolved form, and must come from the same root domain name (different TLD is allowed) - url
See Also