Share via


CompiledDictionaryManager.Create Method

Creates a new compiled linguistic dictionary from source.

Namespace:  Microsoft.SharePoint.Search.Extended.Administration.Linguistics
Assembly:  Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)

Syntax

'Declaration
Function Create ( _
    name As String, _
    input As IEnumerable(Of KeyValuePair(Of String, String)) _
) As Uri
'Usage
Dim instance As CompiledDictionaryManager
Dim name As String
Dim input As IEnumerable(Of KeyValuePair(Of String, String))
Dim returnValue As Uri

returnValue = instance.Create(name, input)
Uri Create(
    string name,
    IEnumerable<KeyValuePair<string, string>> input
)

Parameters

  • name
    Type: System.String

    The identifier of the compiled linguistic dictionary.

Return Value

Type: System.Uri
A Uri to the compiled linguistic dictionary.

Remarks

The compiled linguistic dictionary is uploaded to a central repository after compilation.

See Also

Reference

CompiledDictionaryManager Interface

CompiledDictionaryManager Members

Microsoft.SharePoint.Search.Extended.Administration.Linguistics Namespace