Click or drag to resize

indexDomainTableGetDomains Method (indexDomainContentEnum)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Gets the domains having specified contentType set

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<indexDomain> GetDomains(
	indexDomainContentEnum contentType
)

Parameters

contentType
Type: imbWEM.Core.index.coreindexDomainContentEnum
Type of the content.

Return Value

Type: ListindexDomain

[Missing <returns> documentation for "M:imbWEM.Core.index.core.indexDomainTable.GetDomains(imbWEM.Core.index.core.indexDomainContentEnum)"]

See Also