PageTitle members

Displays the page title and breadcrumbs on a webpage.

The PageTitle type exposes the following members.

Constructors

  Name Description
Public method PageTitle Initializes a new instance of the PageTitle class.

Top

Properties

  Name Description
Public property BreadcrumbSeparatorImageUrl Gets or sets the URL of the separator image between two BreadcrumbPathElement objects.
Public property BreadcrumbSeparatorImageUrlFileContext Gets or sets the resource file context of the separator image between two BreadcrumbPathElement objects.
Public property BreadcrumbSeparatorImageUrlFileName Gets or sets the resource file name of the separator image between two BreadcrumbPathElement objects.
Public property Description Gets or sets the page description.
Public property DescriptionLocId Gets or sets the LocStringId value associated with the description.
Public property DescriptionLocIdNum Gets or sets the integer value of the LocStringId associated with the description.
Public property HelpLinkAccessKey Gets or sets the access key for the Help link.
Public property HelpLinkAccessKeyLocId Gets or sets the GUID value associated with the HelpLinkAccessKey.
Public property HelpLinkAccessKeyLocIdNum Gets or sets the integer value of the LocStringId associated with the HelpLinkAccessKey.
Public property HelpLinkText Gets or sets the text of the Help link.
Public property HelpLinkTextLocId Gets or sets the LocStringId value associated with the text of the Help link.
Public property HelpLinkTextLocIdNum Gets or sets the integer value of the LocStringId associated with the text of the Help link.
Public property ImageUrl Gets or sets the URL of the image that is displayed with the page title.
Public property ImageUrlFileContext Gets or sets the resource file context of the image that is displayed with the page title.
Public property ImageUrlFileName Gets or sets the resource file name of the image that is displayed with the page title.
Public property Title Gets or sets the page title.
Public property TitleLocId Gets or sets the LocStringId value associated with the title.
Public property TitleLocIdNum Gets or sets the integer value of the LocStringId associated with the title.

Top

Methods

  Name Description
Protected method Render Renders the PageTitle control to the client. (Overrides Control.Render(HtmlTextWriter).)
Protected method RenderChildren Renders the BreadcrumbPathElement child controls of the PageTitle. (Overrides Control.RenderChildren(HtmlTextWriter).)

Top

Fields

  Name Description
Public field BreadcrumbSeparatorText Represents the separator text between two BreadcrumbPathElement objects.
Public field HelpID Represents the Help identifier (ID) to use for the Help link.
Public field HelpUrl Represents the URL to use for the Help link.

Top

See also

Reference

PageTitle class

Microsoft.SharePoint.Portal.WebControls namespace