Prepares sites, cultures, allowed and excluded collections for partial or full rebuild.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- indexInfo
- Type: CMS.Search SearchIndexInfo
Search index
- sites
- Type: System.Collections.Generic List Int32
List of sites
- cultures
- Type: System String
List of cultures
- allowedNodes
- Type: CMS.Base SafeDictionary String, String
List of allowed classes
- excludedNodes
- Type: CMS.Base SafeDictionary String, String
List of excluded classes
- nodeAliasPath
- Type: System String
Node alias path. If is specified, all allowed nodes must be beneath this path
Return Value
Type: BooleanReturns true if values are ready
See Also