Compartilhar via


SearchServiceApplication.SetUserPreferenceSerializeHelperSuggestionSettings method

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

Syntax

'Declaração
Public Function SetUserPreferenceSerializeHelperSuggestionSettings ( _
    tenantId As Guid, _
    userID As Byte(), _
    strUserName As String, _
    fEnableQuerySuggestions As Boolean, _
    fEnablePersonalSuggestions As Boolean, _
    preference As UserPreferenceSerializeHelper _
) As Integer
'Uso
Dim instance As SearchServiceApplication
Dim tenantId As Guid
Dim userID As Byte()
Dim strUserName As String
Dim fEnableQuerySuggestions As Boolean
Dim fEnablePersonalSuggestions As Boolean
Dim preference As UserPreferenceSerializeHelper
Dim returnValue As Integer

returnValue = instance.SetUserPreferenceSerializeHelperSuggestionSettings(tenantId, _
    userID, strUserName, fEnableQuerySuggestions, _
    fEnablePersonalSuggestions, preference)
public int SetUserPreferenceSerializeHelperSuggestionSettings(
    Guid tenantId,
    byte[] userID,
    string strUserName,
    bool fEnableQuerySuggestions,
    bool fEnablePersonalSuggestions,
    UserPreferenceSerializeHelper preference
)

Parâmetros

  • userID
    Type: []

Valor retornado

Type: System.Int32

Implements

ISearchSiteAdministrationServiceApplication.SetUserPreferenceSerializeHelperSuggestionSettings(Guid, [], String, Boolean, Boolean, UserPreferenceSerializeHelper)

Ver também

Referência

SearchServiceApplication class

SearchServiceApplication members

Microsoft.Office.Server.Search.Administration namespace