Click or drag to resize

WebSiteDocument Constructor (String, Boolean, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the WebSiteDocument class

Namespace:  imbNLP.Project.Dataset.hypertext
Assembly:  imbNLP.Project (in imbNLP.Project.dll) Version: 1.0.0
Syntax
C#
public WebSiteDocument(
	string _path,
	bool lazyLoad,
	string _fullPath
)

Parameters

_path
Type: SystemString

[Missing <param name="_path"/> documentation for "M:imbNLP.Project.Dataset.hypertext.WebSiteDocument.#ctor(System.String,System.Boolean,System.String)"]

lazyLoad
Type: SystemBoolean

[Missing <param name="lazyLoad"/> documentation for "M:imbNLP.Project.Dataset.hypertext.WebSiteDocument.#ctor(System.String,System.Boolean,System.String)"]

_fullPath
Type: SystemString

[Missing <param name="_fullPath"/> documentation for "M:imbNLP.Project.Dataset.hypertext.WebSiteDocument.#ctor(System.String,System.Boolean,System.String)"]

See Also