ProfileLoader.GetProfileLoader Method (ServerContext)
Gets a ProfileLoader object from the context cache.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Shared Function GetProfileLoader ( _
serverContext As ServerContext _
) As ProfileLoader
'Usage
Dim serverContext As ServerContext
Dim returnValue As ProfileLoader
returnValue = ProfileLoader.GetProfileLoader(serverContext)
public static ProfileLoader GetProfileLoader(
ServerContext serverContext
)
Parameters
- serverContext
Type: Microsoft.Office.Server.ServerContext
The server context that contains the source or destination contextual information.
Return Value
Type: Microsoft.Office.Server.UserProfiles.ProfileLoader
The ProfileLoader object.
Remarks
Use the GetProfileLoader method if you are writing code for the Web. The GetProfileLoader method uses the default server context (the server context of the portal that you are currently browsing). A server context identifies the Shared Services Provider (SSP) to use. For more information about SSP, see Office SharePoint Server 2007: Applications and Services.