Click or drag to resize
SearchTaskInfoProviderCreateTasks Method
Creates tasks in the database and start indexer if it is required.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
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