Do not implement. This interface is only implemented by the DotNetNuke core framework. Outside the framework it should used as a type and for unit test purposes only. There is no guarantee that this interface will not change.

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("This class has been obsoleted in 7.3.0 - please use version in DotNetNuke.Entities.Tabs instead")]
public interface ITabController
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
<ObsoleteAttribute("This class has been obsoleted in 7.3.0 - please use version in DotNetNuke.Entities.Tabs instead")> 
Public Interface ITabController

See Also