summaryT:DotNetNuke.Entities.Tabs.TabPublishingController

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

Syntax

C#
public class TabPublishingController : ServiceLocator<ITabPublishingController, TabPublishingController>, 
	ITabPublishingController
Visual Basic
Public Class TabPublishingController
	Inherits ServiceLocator(Of ITabPublishingController, TabPublishingController)
	Implements ITabPublishingController

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Framework..::..ServiceLocator<(Of <(<'ITabPublishingController, TabPublishingController>)>)>
    DotNetNuke.Entities.Tabs..::..TabPublishingController

See Also