Setting for the type of banner advertising in the portal
Namespace: DotNetNuke.Entities.PortalsAssembly: 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 advertisingReturn Value
Type of banner advertising
Remarks
Examples
This show the usage of BannerAdvertising setting
optBanners.SelectedIndex = objPortal.BannerAdvertising | |