It marks a page as published at least once

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

Syntax

C#
public void MarkAsPublished(
	TabInfo tab
)
Visual Basic
Public Sub MarkAsPublished ( 
	tab As TabInfo
)

Parameters

tab
Type: DotNetNuke.Entities.Tabs..::..TabInfo
The Tab to be marked

Implements

ITabController..::..MarkAsPublished(TabInfo)

See Also