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

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

Property Value

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