Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Updates the information about the specified keyword.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub SetSpecialTermInfo ( _
term As Keyword, _
consumerGpId As String _
)
'Usage
Dim instance As SearchServiceApplication
Dim term As Keyword
Dim consumerGpId As String
instance.SetSpecialTermInfo(term, consumerGpId)
public void SetSpecialTermInfo(
Keyword term,
string consumerGpId
)
Parameters
term
Type: Microsoft.Office.Server.Search.Administration.KeywordThe specified keyword.
consumerGpId
Type: System.StringThe ID of the keyword consumer group.
Implements
ISearchSiteAdministrationServiceApplication.SetSpecialTermInfo(Keyword, String)
Remarks
This method updates the information for the specified keyword.
See Also
Reference
SearchServiceApplication Class