SearchIndexersGetIndexer Method |
Gets the indexer by its name. Usually an object type.
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax public static SearchIndexer GetIndexer(
string indexerName
)
Parameters
- indexerName
- Type: SystemString
Name of the indexer.
Return Value
Type:
SearchIndexerSee Also