Click or drag to resize
SearchHelperCreateRebuildTask Method
Creates rebuild task if search settings are not empty, for user index is task created always.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
public static bool CreateRebuildTask(
	int indexID
)

Parameters

indexID
Type: SystemInt32
Index ID

Return Value

Type: Boolean
True if search task was created, false if not
See Also