Click or drag to resize

indexManagerApplyManualPageIndex Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Applies the index of the manual page --- loads external, manually authored truth index

Namespace:  imbWEM.Core.index
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public void ApplyManualPageIndex(
	string manualPageIndex = "pageIndex_revision.xlsx",
	ILogBuilder loger = null,
	bool callDomainIndexRecheck = true
)

Parameters

manualPageIndex (Optional)
Type: SystemString
Index of the manual page.
loger (Optional)
Type: ILogBuilder
The loger.
callDomainIndexRecheck (Optional)
Type: SystemBoolean
if set to true [call domain index recheck].
See Also