Compartir a través de


(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.Boolean

    Si desea buscar desde la caché de primer o vaya directamente a la base de datos

Valor devuelto

Tipo: Microsoft.Office.Server.Search.Administration.UserPreference
El objeto UserPreference

Vea también

Referencia

clase UserPreference

Miembros UserPreference

Sobrecarga GetUserPreference

Espacio de nombres Microsoft.Office.Server.Search.Administration