ISearchSiteAdministrationServiceApplication.GetSpecialTermsInfo method

Retrieves a list of keyword objects from the site collection for a specified keyword consumer group.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<OperationContractAttribute> _
Function GetSpecialTermsInfo ( _
    view As KeywordView, _
    filter As KeywordFilter, _
    value As String, _
    consumerGpId As String _
) As Dictionary(Of String, Keyword)
'Usage
Dim instance As ISearchSiteAdministrationServiceApplication
Dim view As KeywordView
Dim filter As KeywordFilter
Dim value As String
Dim consumerGpId As String
Dim returnValue As Dictionary(Of String, Keyword)

returnValue = instance.GetSpecialTermsInfo(view, _
    filter, value, consumerGpId)
[OperationContractAttribute]
Dictionary<string, Keyword> GetSpecialTermsInfo(
    KeywordView view,
    KeywordFilter filter,
    string value,
    string consumerGpId
)

Parameters

  • value
    Type: System.String

    A value that is used for comparison when performing the filtering.

  • consumerGpId
    Type: System.String

    The ID of the keyword consumer group.

Return value

Type: System.Collections.Generic.Dictionary<String, Keyword>
The list of keyword for the group consumer group.

Remarks

This method gets the list of keyword for the specified keyword consumer group based on the criteria specified in the view, filter, and value parameters.

See also

Reference

ISearchSiteAdministrationServiceApplication interface

ISearchSiteAdministrationServiceApplication members

Microsoft.Office.Server.Search.Administration namespace