Click or drag to resize
CustomTableSearchIndexerRebuild Method
Rebuilds the custom table index

Namespace: CMS.CustomTables
Assembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 10.0.0
Syntax
C#
public override void Rebuild(
	SearchIndexInfo indexInfo
)

Parameters

indexInfo
Type: CMS.SearchSearchIndexInfo
Search index
Remarks
This method needs to be run in a thread safe way such as smart search task queue.
See Also