Click or drag to resize

WebDomainCategoryGetDomainList Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Gets the domain list.

Namespace:  imbNLP.Project.Dataset
Assembly:  imbNLP.Project (in imbNLP.Project.dll) Version: 1.0.0
Syntax
C#
public string GetDomainList(
	WebDomainCategoryFormatOptions options,
	ILogBuilder logger = null
)

Parameters

options
Type: imbNLP.Project.DatasetWebDomainCategoryFormatOptions
The options.
logger (Optional)
Type: ILogBuilder

[Missing <param name="logger"/> documentation for "M:imbNLP.Project.Dataset.WebDomainCategory.GetDomainList(imbNLP.Project.Dataset.WebDomainCategoryFormatOptions,imbSCI.Core.reporting.ILogBuilder)"]

Return Value

Type: String

[Missing <returns> documentation for "M:imbNLP.Project.Dataset.WebDomainCategory.GetDomainList(imbNLP.Project.Dataset.WebDomainCategoryFormatOptions,imbSCI.Core.reporting.ILogBuilder)"]

See Also