Class TestableTabController
Inheritance
System.Object
TestableTabController
Assembly: DotNetNuke.dll
Syntax
public class TestableTabController : ServiceLocator<ITabController, TestableTabController>, ITabController
Methods
|
Improve this Doc
View Source
DeleteTabUrl(TabUrlInfo, Int32, Boolean)
Declaration
public void DeleteTabUrl(TabUrlInfo tabUrl, int portalId, bool clearCache)
Parameters
Type |
Name |
Description |
TabUrlInfo |
tabUrl |
|
System.Int32 |
portalId |
|
System.Boolean |
clearCache |
|
|
Improve this Doc
View Source
GetAliasSkins(Int32, Int32)
Declaration
public List<TabAliasSkinInfo> GetAliasSkins(int tabId, int portalId)
Parameters
Type |
Name |
Description |
System.Int32 |
tabId |
|
System.Int32 |
portalId |
|
Returns
|
Improve this Doc
View Source
GetCustomAliases(Int32, Int32)
Declaration
public Dictionary<string, string> GetCustomAliases(int tabId, int portalId)
Parameters
Type |
Name |
Description |
System.Int32 |
tabId |
|
System.Int32 |
portalId |
|
Returns
Type |
Description |
Dictionary<System.String, System.String> |
|
|
Improve this Doc
View Source
GetFactory()
Gets the service locator factory.
Declaration
protected override Func<ITabController> GetFactory()
Returns
Overrides
DotNetNuke.Framework.ServiceLocator<DotNetNuke.Entities.Tabs.Internal.ITabController, DotNetNuke.Entities.Tabs.Internal.TestableTabController>.GetFactory()
|
Improve this Doc
View Source
GetTab(Int32, Int32)
Declaration
public TabInfo GetTab(int tabId, int portalId)
Parameters
Type |
Name |
Description |
System.Int32 |
tabId |
The tab id.
|
System.Int32 |
portalId |
The portal id.
|
Returns
|
Improve this Doc
View Source
GetTabUrls(Int32, Int32)
Declaration
public List<TabUrlInfo> GetTabUrls(int tabId, int portalId)
Parameters
Type |
Name |
Description |
System.Int32 |
tabId |
|
System.Int32 |
portalId |
|
Returns
|
Improve this Doc
View Source
SaveTabUrl(TabUrlInfo, Int32, Boolean)
Declaration
public void SaveTabUrl(TabUrlInfo tabUrl, int portalId, bool clearCache)
Parameters
Type |
Name |
Description |
TabUrlInfo |
tabUrl |
|
System.Int32 |
portalId |
|
System.Boolean |
clearCache |
|
Implements
Extension Methods