TabdId of the splash page. If 0, there is no splash page

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

Syntax

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

Field Value

TabdId of the Splash page

Return Value

TabdId of the Splash page

Remarks