Click or drag to resize
SearchTaskInfoSearchTaskIndexerName Property
Name of a custom indexer registered to handle this task. Not required when indexer is registered using the object type.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax
C#
public virtual string SearchTaskIndexerName { get; set; }

Property Value

Type: String
Remarks
Retrieve the value using GetSearchIndexerName so it can fallback to SearchTaskObjectType when custom indexer name is not used.
See Also