IdentityControl Members
Include Protected Members
Include Inherited Members
Represents a control that displays information about the owner of the current Page, or if that information is not available, the owner of the SPWeb.
The IdentityControl type exposes the following members.
Constructors
Name | Description | |
---|---|---|
IdentityControl | Initializes a new instance of the IdentityControl class. |
Top
Properties
Name | Description | |
---|---|---|
Profile | Gets the UserProfile of the current owner of the Page, or if that information is not available, the current owner of the SPWeb to which the IdentityControl belongs. |
Top
Methods
Name | Description | |
---|---|---|
CreateChildControls | Creates a set of child controls contained in the IdentityControl. (Overrides Control.CreateChildControls().) | |
OnInit | Handles the Init event. (Overrides Control.OnInit(EventArgs).) | |
Render | Sends IdentityControl control content to a provided HtmlTextWriter. (Overrides WebControl.Render(HtmlTextWriter).) |
Top