SearchTaskCreationParameters Class |
Namespace: CMS.Search
public class SearchTaskCreationParameters
The SearchTaskCreationParameters type exposes the following members.
Name | Description | |
---|---|---|
SearchTaskCreationParameters |
Name | Description | |
---|---|---|
ObjectField |
Is used for indexer to decide how to process the task and to understand the information stored in task value.
| |
ObjectType |
Object type of the indexed object. Not required for rebuild and optimize tasks.
| |
RelatedObjectID |
ID of the related object. With this ID we can pinpoint the object, which change caused the creation of the search task.
| |
TaskType |
Type of the search task
| |
TaskValue |
Value that indexer requires to correctly process the task.
|