Click or drag to resize

WebSiteDocumentsSet Constructor (String, String)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the WebSiteDocumentsSet class.

Namespace:  imbNLP.Toolkit.Documents
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntax
C#
public WebSiteDocumentsSet(
	string _name,
	string _desc
)

Parameters

_name
Type: SystemString
The name.
_desc
Type: SystemString
The desc.
See Also