Click or drag to resize

WebDomainCategoryLoadDomainList Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Loads the domain list.

Namespace:  imbNLP.Project.Dataset
Assembly:  imbNLP.Project (in imbNLP.Project.dll) Version: 1.0.0
Syntax
C#
public void LoadDomainList(
	string path,
	WebDomainCategoryFormatOptions options = WebDomainCategoryFormatOptions.saveAggregate|WebDomainCategoryFormatOptions.saveReadmeFile|WebDomainCategoryFormatOptions.normalizeDomainname,
	ILogBuilder logger = null
)

Parameters

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

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

See Also