Image (bitmap) file that is used as background for the portal

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

Syntax

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

Field Value

Name of the file that is used as background

Return Value

Name of the file that is used as background

Remarks