ISearchSiteAdministrationServiceApplication.GetSynonymsInfoSpecialTerm method
Retrieves a list of synonyms that are associated with a specified keyword.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<OperationContractAttribute> _
Function GetSynonymsInfoSpecialTerm ( _
parentSpecialTerm As Keyword _
) As Dictionary(Of String, Synonym)
'Usage
Dim instance As ISearchSiteAdministrationServiceApplication
Dim parentSpecialTerm As Keyword
Dim returnValue As Dictionary(Of String, Synonym)
returnValue = instance.GetSynonymsInfoSpecialTerm(parentSpecialTerm)
[OperationContractAttribute]
Dictionary<string, Synonym> GetSynonymsInfoSpecialTerm(
Keyword parentSpecialTerm
)
Parameters
parentSpecialTerm
Type: Microsoft.Office.Server.Search.Administration.KeywordThe specified keyword.
Return value
Type: System.Collections.Generic.Dictionary<String, Synonym>
The list of synonyms that are associated with a specified keyword.
Remarks
Implementing classes should ensure that the value of the parentSpecialTerm parameter must not be null .
See also
Reference
ISearchSiteAdministrationServiceApplication interface