Click or drag to resize
SearchTaskCreationParameters Class
Wrappes values required to create a new search task.
Inheritance Hierarchy
SystemObject
  CMS.SearchSearchTaskCreationParameters

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
public class SearchTaskCreationParameters

The SearchTaskCreationParameters type exposes the following members.

Constructors
  NameDescription
Public methodSearchTaskCreationParameters
Top
Properties
  NameDescription
Public propertyObjectField
Is used for indexer to decide how to process the task and to understand the information stored in task value.
Public propertyObjectType
Object type of the indexed object. Not required for rebuild and optimize tasks.
Public propertyRelatedObjectID
ID of the related object. With this ID we can pinpoint the object, which change caused the creation of the search task.
Public propertyTaskType
Type of the search task
Public propertyTaskValue
Value that indexer requires to correctly process the task.
Top
See Also