Click or drag to resize

indexPageTable Constructor (String, Boolean)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the indexPageTable class

Namespace:  imbWEM.Core.index.core
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public indexPageTable(
	string __filePath,
	bool autoLoad = true
)

Parameters

__filePath
Type: SystemString

[Missing <param name="__filePath"/> documentation for "M:imbWEM.Core.index.core.indexPageTable.#ctor(System.String,System.Boolean)"]

autoLoad (Optional)
Type: SystemBoolean

[Missing <param name="autoLoad"/> documentation for "M:imbWEM.Core.index.core.indexPageTable.#ctor(System.String,System.Boolean)"]

See Also