Click or drag to resize
SearchHelperRebuildSystemIndexes Method
Rebuilds system indexes.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax
C#
public static void RebuildSystemIndexes(
	Nullable<bool> runIndexer = null
)

Parameters

runIndexer (Optional)
Type: SystemNullableBoolean
Indicates whether the indexer starts immediately.
See Also