Share via


ProfileLoader.GetProfileLoader Method

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 As ProfileLoader
'Usage
Dim returnValue As ProfileLoader

returnValue = ProfileLoader.GetProfileLoader()
public static ProfileLoader GetProfileLoader()

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.

See Also

Reference

ProfileLoader Class

ProfileLoader Members

GetProfileLoader Overload

Microsoft.Office.Server.UserProfiles Namespace