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 | |
---|---|---|
GetProfileLoader() | Gets a ProfileLoader object from the context cache. | |
GetProfileLoader(Boolean) | Gets a ProfileLoader object from the context cache. | |
GetProfileLoader(ServerContext) | Gets a ProfileLoader object from the context cache. | |
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.