Click or drag to resize

indexManagerGetIndexFilepath Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Gets the index filepath: FALSE for indexDomainTable, TRUE for indexPageTable

Namespace:  imbWEM.Core.index
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public string GetIndexFilepath(
	string IndexID,
	bool forPageIndexTable
)

Parameters

IndexID
Type: SystemString

[Missing <param name="IndexID"/> documentation for "M:imbWEM.Core.index.indexManager.GetIndexFilepath(System.String,System.Boolean)"]

forPageIndexTable
Type: SystemBoolean
if set to true [for page index table].

Return Value

Type: String

[Missing <returns> documentation for "M:imbWEM.Core.index.indexManager.GetIndexFilepath(System.String,System.Boolean)"]

See Also