Click or drag to resize

indexManagerExecuteIndexPageOperation Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Load index information from the external data table source

Namespace:  imbWEM.Core.index
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public void ExecuteIndexPageOperation(
	indexPageTableOperation operation,
	string sourceFile,
	List<string> domainsString = null,
	ILogBuilder loger = null
)

Parameters

operation
Type: imbWEM.Core.index.coreindexPageTableOperation
The operation.
sourceFile
Type: SystemString
The source file.
domainsString (Optional)
Type: System.Collections.GenericListString

[Missing <param name="domainsString"/> documentation for "M:imbWEM.Core.index.indexManager.ExecuteIndexPageOperation(imbWEM.Core.index.core.indexPageTableOperation,System.String,System.Collections.Generic.List{System.String},imbSCI.Core.reporting.ILogBuilder)"]

loger (Optional)
Type: ILogBuilder
The loger.
See Also