ProfileLoader.GetProfileLoader Method

Include Protected Members
Include Inherited Members

Provides an alternate entry point to user profiles, instead of calling methods directly.

Overload List

  Name Description
Public methodStatic member GetProfileLoader() Gets a ProfileLoader object from the context cache.
Public methodStatic member GetProfileLoader(Boolean) Gets a ProfileLoader object from the context cache.
Public methodStatic member GetProfileLoader(ServerContext) Gets a ProfileLoader object from the context cache.
Public methodStatic member GetProfileLoader(ServerContext, Boolean) Gets a ProfileLoader object from the context cache.

Top

Remarks

This class is intended to be used from within a Web context, where multiple Web Parts can share a single user profile object.

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

Microsoft.Office.Server.UserProfiles Namespace