(Boolean, SPContext) del método UserPreference.GetUserPreference
Obtener la UserPreference de la base de datos
Espacio de nombres: Microsoft.Office.Server.Search.Administration
Ensamblado: Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)
Sintaxis
'Declaración
Public Shared Function GetUserPreference ( _
lookupFromCache As Boolean, _
context As SPContext _
) As UserPreference
'Uso
Dim lookupFromCache As Boolean
Dim context As SPContext
Dim returnValue As UserPreference
returnValue = UserPreference.GetUserPreference(lookupFromCache, _
context)
public static UserPreference GetUserPreference(
bool lookupFromCache,
SPContext context
)
Parámetros
lookupFromCache
Tipo: System.BooleanSi desea buscar desde la caché de primer o vaya directamente a la base de datos
- context
Tipo: Microsoft.SharePoint.SPContext
Valor devuelto
Tipo: Microsoft.Office.Server.Search.Administration.UserPreference
El objeto UserPreference
Vea también
Referencia
Espacio de nombres Microsoft.Office.Server.Search.Administration