Click or drag to resize
NamingHelper Class
Utility class for Azure Search fields.
Inheritance Hierarchy
SystemObject
  CMS.BaseCoreMethods
    CMS.BaseAbstractHelper
      CMS.BaseAbstractHelperNamingHelper
        CMS.Search.AzureNamingHelper

Namespace: CMS.Search.Azure
Assembly: CMS.Search.Azure (in CMS.Search.Azure.dll) Version: 11.0.0
Syntax
C#
public class NamingHelper : AbstractHelper<NamingHelper>

The NamingHelper type exposes the following members.

Constructors
  NameDescription
Public methodNamingHelper
Top
Methods
  NameDescription
Public methodStatic memberGetValidDocumentKey
Gets document key which is valid to be used for Azure Search document.
Protected methodGetValidDocumentKeyInternal
Gets document key which is valid to be used for Azure Search document.
Public methodStatic memberGetValidFieldName
Gets field name which is valid to be used for Azure Search index.
Protected methodGetValidFieldNameInternal
Gets field name which is valid to be used for Azure Search index.
Public methodStatic memberGetValidIndexName
Gets valid index name for Azure Search service.
Public methodSetAsDefaultHelper
Sets this object as the default helper
(Inherited from AbstractHelperHelperType.)
Top
See Also