Share via


IdentityControl 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
Public method IdentityControl Initializes a new instance of the IdentityControl class.

Top

Properties

  Name Description
Public property 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
Protected method CreateChildControls Creates a set of child controls contained in the IdentityControl. (Overrides Control.CreateChildControls().)
Protected method OnInit Handles the Init event. (Overrides Control.OnInit(EventArgs).)
Protected method Render Sends IdentityControl control content to a provided HtmlTextWriter. (Overrides WebControl.Render(HtmlTextWriter).)

Top

See also

Reference

IdentityControl class

Microsoft.SharePoint.Portal.WebControls namespace