Checks whether the tab is published. Published means: view permissions of tab are identical to the DefaultLanguageTab
Namespace: DotNetNuke.Entities.TabsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
bool IsTabPublished( TabInfo publishTab ) |
Visual Basic |
---|
Function IsTabPublished ( publishTab As TabInfo ) As Boolean |
Parameters
- publishTab
- Type: DotNetNuke.Entities.Tabs..::..TabInfo
The tab that is checked