(ServerContext, Boolean) del método ProfileLoader.GetProfileLoader
NOTA: esta API está ahora obsoleta.
Obtiene un objeto de ProfileLoader de la caché de contexto.
Espacio de nombres: Microsoft.Office.Server.UserProfiles
Ensamblado: Microsoft.Office.Server.UserProfiles (en Microsoft.Office.Server.UserProfiles.dll)
Sintaxis
'Declaración
<ObsoleteAttribute("ServerContext parameter is obsolete, use SPServiceContext instead.")> _
Public Shared Function GetProfileLoader ( _
serverContext As ServerContext, _
IgnoreUserPrivacy As Boolean _
) As ProfileLoader
'Uso
Dim serverContext As ServerContext
Dim IgnoreUserPrivacy As Boolean
Dim returnValue As ProfileLoader
returnValue = ProfileLoader.GetProfileLoader(serverContext, _
IgnoreUserPrivacy)
[ObsoleteAttribute("ServerContext parameter is obsolete, use SPServiceContext instead.")]
public static ProfileLoader GetProfileLoader(
ServerContext serverContext,
bool IgnoreUserPrivacy
)
Parámetros
serverContext
Tipo: Microsoft.Office.Server.ServerContextEl contexto del servidor que contiene la información contextual del origen o el destino.
IgnoreUserPrivacy
Tipo: System.BooleanSe establece en true para omitir la configuración de privacidad del usuario; en caso contrario, false.
Valor devuelto
Tipo: Microsoft.Office.Server.UserProfiles.ProfileLoader
El objectde ProfileLoader.
Comentarios
Utilice el método GetProfileLoader si está escribiendo código para el web. El método GetProfileLoader utiliza el contexto de servidor predeterminado (el contexto de servidor del portal que está examinando actualmente).