Click or drag to resize

indexPageTableGetPagesAndDomains Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Gets the pages with acceptable state checked with GetPageAssertion(String), populates the list od domains.

Namespace:  imbWEM.Core.index.core
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public List<indexPage> GetPagesAndDomains(
	indexPageEvaluationEntryState acceptableState,
	out List<indexDomain> domains
)

Parameters

acceptableState
Type: imbWEM.Core.index.coreindexPageEvaluationEntryState

[Missing <param name="acceptableState"/> documentation for "M:imbWEM.Core.index.core.indexPageTable.GetPagesAndDomains(imbWEM.Core.index.core.indexPageEvaluationEntryState,System.Collections.Generic.List{imbWEM.Core.index.core.indexDomain}@)"]

domains
Type: System.Collections.GenericListindexDomain

[Missing <param name="domains"/> documentation for "M:imbWEM.Core.index.core.indexPageTable.GetPagesAndDomains(imbWEM.Core.index.core.indexPageEvaluationEntryState,System.Collections.Generic.List{imbWEM.Core.index.core.indexDomain}@)"]

Return Value

Type: ListindexPage
Returns index pages and populates string list of domains
See Also