ProfilePropertyLoader Members
Include Protected Members
Include Inherited Members
Loads the specified user's profile and profile data based on the query string on the current page.
The ProfilePropertyLoader type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ProfilePropertyLoader | Initializes a new instance of the ProfilePropertyLoader class. |
Top
Properties
Name | Description | |
---|---|---|
Autodetect | Sets a value that indicates whether the profile type will be detected automatically. | |
CommonColleagues | Gets the profiles of the user's common colleagues. | |
CommonManager | Gets the profile of the user's manager. | |
CommonMemberships | Gets the user's common memberships. | |
EncodedErrorText | Gets or sets the encoded text that is sent to the web browser for display. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from PageLevelError.) | |
ErrorText | Gets or sets the text that is sent to the web browser for display. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from PageLevelError.) | |
ErrorTextLocId | Sets the ErrorText property to the string resource specified by the ErrorTextLocId value. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from PageLevelError.) | |
ErrorTextLocIdNum | Sets the ErrorText property to the string resource specified by a LocStringId enumeration integer value. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from PageLevelError.) | |
IgnoreUserPrivacy | Gets or sets a Boolean value that determines whether a user's privacy settings should be ignored. | |
IsError | Gets or sets a value that indicates whether there was an error loading the profile. | |
IsNewProfileMode | Gets or sets a value that indicates whether the ProfilePropertyLoader is being used to create a new profile. | |
IsProfileEditableByMe | Gets a value that indicates whether the profile is editable by the current user. | |
IsProfileOwner | Gets a value that indicates whether the current user is an owner of the profile. | |
LoadedProfile | Gets the profile loaded in the ProfilePropertyLoader. | |
LoadedProfileManager | Gets the profile manager loaded in the ProfilePropertyLoader. | |
LoadFullProfileOfCurrentUser | Gets or sets a value that indicates whether the full profile information about the current user is loaded. | |
ProfileCurrentUser | Gets the UserProfile of the current user. | |
ProfileLoaded | Gets the UserProfile of the current user. | |
ProfileManager | Gets the UserProfileManager object. | |
TypeOfLoader | Sets the ProfileType used. |
Top
Methods
Name | Description | |
---|---|---|
ApplyFormattingEx(Property, []) | Returns property values as a formatted HTML string for rendering. | |
ApplyFormattingEx(Property, [], Boolean) | Returns property values as a formatted HTML string for rendering. | |
DisplayName | Returns the display name of the property for the profile loaded in the ProfilePropertyLoader. | |
FindControl | Searches the page controls for a control of the specified type. | |
FindControlHelper | Searches the control collection for a control of the specified type. | |
FindLoader | Finds the ProfilePropertyLoader control in the current HttpContext or the specified Page. | |
GetPageProfile | Gets the UserProfile associated with the specified Page. | |
GetProperty | Gets the property object for the profile property in the ProfilePropertyLoader. | |
Init | Initializes the error text. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from PageLevelError.) | |
LoadRequestedProfile | Loads the profile from the query strings of the current HttpRequest. | |
OnInit | Handles the Init event. (Overrides Control.OnInit(EventArgs).) | |
OnLoad | Handles the Load event. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from PageLevelError.) | |
Render | Renders the PageLevelError control. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from PageLevelError.) | |
ValueEx | Returns the values of the specified profile property for the loaded profile. |
Top
Fields
Name | Description | |
---|---|---|
Image | Identifies the image to display. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from PageLevelError.) |
Top