The footer text as specified in the Portal settings

Namespace: DotNetNuke.Entities.Portals
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[XmlElementAttribute("footertext")]
public string FooterText { get; set; }
Visual Basic
<XmlElementAttribute("footertext")> 
Public Property FooterText As String
	Get
	Set

Field Value

Footer text of the portal

Return Value

Returns the the footer text of the portal

Remarks

Examples

This show the usage of the FooterText property
 Copy imageCopy Code
txtFooterText.Text = objPortal.FooterText

See Also