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.
Gets the user preference serialization helper from the SearchAdminDatabase.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetUserPreferenceSerializeHelper ( _
userID As Byte() _
) As UserPreferenceSerializeHelper
'Usage
Dim instance As SearchServiceApplication
Dim userID As Byte()
Dim returnValue As UserPreferenceSerializeHelper
returnValue = instance.GetUserPreferenceSerializeHelper(userID)
public UserPreferenceSerializeHelper GetUserPreferenceSerializeHelper(
byte[] userID
)
Parameters
userID
Type: []The user ID associated with the Search preference.
Return Value
Type: Microsoft.Office.Server.Search.Administration.UserPreferenceSerializeHelper
The user preference serialization helper.
Implements
ISearchSiteAdministrationServiceApplication.GetUserPreferenceSerializeHelper([])
Remarks
This method gets the serialization helper of the user preference in the current SearchServiceApplication.
See Also
Reference
SearchServiceApplication Class