Setting for the type of banner advertising in the portal

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

Syntax

C#
[XmlElementAttribute("banneradvertising")]
public int BannerAdvertising { get; set; }
Visual Basic
<XmlElementAttribute("banneradvertising")> 
Public Property BannerAdvertising As Integer
	Get
	Set

Field Value

Type of banner advertising

Return Value

Type of banner advertising

Remarks

Examples

This show the usage of BannerAdvertising setting
 Copy imageCopy Code
optBanners.SelectedIndex = objPortal.BannerAdvertising

See Also