SearchTaskInfoProviderCreateTasks Method |
Creates tasks in the database and start indexer if it is required.
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax public static void CreateTasks(
ICollection<SearchTaskCreationParameters> parameters,
Nullable<bool> runIndexer = null
)
Parameters
- parameters
- Type: System.Collections.GenericICollectionSearchTaskCreationParameters
Search task creation parameters - runIndexer (Optional)
- Type: SystemNullableBoolean
Whether indexer starts after creation. If not specified this behavior depends on current settings.
See Also