Click or drag to resize
SearchIndexInfoProvider.RebuildSiteIndexesInternal Method
Rebuilds all indexes which belongs to the specified site.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax
C#
protected virtual void RebuildSiteIndexesInternal(
	SiteInfoIdentifier site,
	Nullable<bool> runIndexer = null
)

Parameters

site
Type: CMS.DataEngine.SiteInfoIdentifier
ID or name of the site the indexes of which should be rebuilt
runIndexer (Optional)
Type: System.Nullable<Boolean>
Indicates whether the indexer starts immediately. If not specified this behavior depends on current settings.
See Also