Click or drag to resize

WebDomainCategoryGetSites Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Collects the sites from childer nodes until depth specified

Namespace:  imbNLP.Project.Dataset
Assembly:  imbNLP.Project (in imbNLP.Project.dll) Version: 1.0.0
Syntax
C#
public List<string> GetSites(
	int depth = 1
)

Parameters

depth (Optional)
Type: SystemInt32
The depth.

Return Value

Type: ListString

[Missing <returns> documentation for "M:imbNLP.Project.Dataset.WebDomainCategory.GetSites(System.Int32)"]

See Also