Click or drag to resize

indexURLAssertionResultGetSubAssertion Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Gets the sub assertion: uses only links that have already here, sets notInTheIndex new links

Namespace:  imbWEM.Core.index.core
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public indexURLAssertionResult GetSubAssertion(
	IEnumerable<string> links,
	bool useIndex = true
)

Parameters

links
Type: System.Collections.GenericIEnumerableString
The links.
useIndex (Optional)
Type: SystemBoolean

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

Return Value

Type: indexURLAssertionResult

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

See Also