Click or drag to resize

indexDomainTableGetDomainIndexAssertion Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Performs domain index assertion

Namespace:  imbWEM.Core.index.core
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public indexDomainAssertionResult GetDomainIndexAssertion(
	List<string> domainList = null,
	bool completeRecheck = false
)

Parameters

domainList (Optional)
Type: System.Collections.GenericListString
The domain list.
completeRecheck (Optional)
Type: SystemBoolean
if set to true [complete recheck].

Return Value

Type: indexDomainAssertionResult

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

See Also