Click or drag to resize
SearchService Class
Encapsulates information about Azure Search service necessary for connecting to the service's endpoint.
Inheritance Hierarchy
SystemObject
  CMS.Search.AzureSearchService

Namespace: CMS.Search.Azure
Assembly: CMS.Search.Azure (in CMS.Search.Azure.dll) Version: 11.0.0
Syntax
C#
public class SearchService

The SearchService type exposes the following members.

Constructors
  NameDescription
Public methodSearchService
Top
Properties
  NameDescription
Public propertyAdminApiKey
Azure Search service admin API key.
Public propertyName
Azure Search service name.
Top
Methods
  NameDescription
Public methodStatic memberFromAdminApiKey
Creates a new SearchService from specified name and adminApiKey.
Top
See Also