The footer text as specified in the Portal settings
Namespace: DotNetNuke.Entities.PortalsAssembly: 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 portalReturn Value
Returns the the footer text of the portal
Remarks
Examples
This show the usage of the FooterText property
txtFooterText.Text = objPortal.FooterText | |