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
<FaultContractAttribute(GetType(SearchServiceApplicationFault))> _
<OperationContractAttribute> _
Sub SetSpecialTermInfo ( _
term As Keyword, _
consumerGpId As String _
)
'Usage
Dim instance As ISearchSiteAdministrationServiceApplication
Dim term As Keyword
Dim consumerGpId As String
instance.SetSpecialTermInfo(term, consumerGpId)
[FaultContractAttribute(typeof(SearchServiceApplicationFault))]
[OperationContractAttribute]
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.
Remarks
This method updates the information about the specified keyword.
See Also
Reference
ISearchSiteAdministrationServiceApplication Interface