DocumentSearchIndexer PrepareBuildingValues Method Kentico 8.1 API Reference
Prepares sites, cultures, allowed and excluded collections for partial or full rebuild.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

indexInfo
Type: CMS.Search SearchIndexInfo
Search index
sites
Type: OnlineSystem.Collections.Generic List OnlineInt32  
List of sites
cultures
Type: OnlineSystem String 
List of cultures
allowedNodes
Type: CMS.Base SafeDictionary OnlineString, OnlineString  
List of allowed classes
excludedNodes
Type: CMS.Base SafeDictionary OnlineString, OnlineString  
List of excluded classes
nodeAliasPath
Type: OnlineSystem String
Node alias path. If is specified, all allowed nodes must be beneath this path

Return Value

Type: OnlineBoolean
Returns true if values are ready
See Also