| FieldDefinitionBaseGetAnalyzer Method |
Gets analyzer type name specified by provider type name
Namespace:
Dynamicweb.Indexing.Schemas
Assembly:
Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax public string GetAnalyzer(
string providerTypeName
)
Public Function GetAnalyzer (
providerTypeName As String
) As String
Parameters
- providerTypeName
- Type: SystemString
Provider type name
Return Value
Type:
StringAnalyzer type name
See Also