Click or drag to resize

indexPageTableGetPagesForDomain Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Returns all pages for the domain specified

Namespace:  imbWEM.Core.index.core
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public List<indexPage> GetPagesForDomain(
	string domainName
)

Parameters

domainName
Type: SystemString
Name of the domain.

Return Value

Type: ListindexPage

[Missing <returns> documentation for "M:imbWEM.Core.index.core.indexPageTable.GetPagesForDomain(System.String)"]

See Also