Click or drag to resize

indexPageTableGetUrlAssertion Method (IEnumerableString, indexURLAssertionResult)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Gets the URL assertion and returns metrics to the provided variables

Namespace:  imbWEM.Core.index.core
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public indexURLAssertionResult GetUrlAssertion(
	IEnumerable<string> urls,
	indexURLAssertionResult output = null
)

Parameters

urls
Type: System.Collections.GenericIEnumerableString
The urls.
output (Optional)
Type: imbWEM.Core.index.coreindexURLAssertionResult

[Missing <param name="output"/> documentation for "M:imbWEM.Core.index.core.indexPageTable.GetUrlAssertion(System.Collections.Generic.IEnumerable{System.String},imbWEM.Core.index.core.indexURLAssertionResult)"]

Return Value

Type: indexURLAssertionResult

[Missing <returns> documentation for "M:imbWEM.Core.index.core.indexPageTable.GetUrlAssertion(System.Collections.Generic.IEnumerable{System.String},imbWEM.Core.index.core.indexURLAssertionResult)"]

See Also