Click or drag to resize

WebSiteDocument Constructor (String, Boolean, String)

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

Namespace:  imbNLP.Toolkit.Documents
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntax
C#
public WebSiteDocument(
	string _path,
	bool lazyLoad,
	string _fullPath
)

Parameters

_path
Type: SystemString
The path.
lazyLoad
Type: SystemBoolean
if set to true [lazy load].
_fullPath
Type: SystemString
The full path.
See Also