ProfileLoader Members
Include Protected Members
Include Inherited Members
Provides an alternate entry point to user profiles, instead of calling methods directly.
The ProfileLoader type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
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. | |
GetType | (Inherited from Object.) | |
GetUserProfile | Gets a UserProfile object corresponding to the current user. | |
GetUserProfileManager | Gets a UserProfileManager object. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top