Click or drag to resize

wdmProject Constructor (String, String, folderNode)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the [!:industryTermModelProject] class.

Namespace:  imbWBI.Core.WebDataMining.project
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public wdmProject(
	string __name,
	string __description,
	folderNode __parentNode
)

Parameters

__name
Type: SystemString
The name.
__description
Type: SystemString
The description.
__parentNode
Type: folderNode
The parent node.
See Also