Interface IControlBarController
Assembly: DotNetNuke.Web.dll
Syntax
public interface IControlBarController
Methods
GetBookmarkCategory(int)
Declaration
string GetBookmarkCategory(int portalId)
Parameters
| Type |
Name |
Description |
| int |
portalId |
|
Returns
GetBookmarkedDesktopModules(int, int, string)
Declaration
IEnumerable<KeyValuePair<string, PortalDesktopModuleInfo>> GetBookmarkedDesktopModules(int portalId, int userId, string searchTerm = "")
Parameters
| Type |
Name |
Description |
| int |
portalId |
|
| int |
userId |
|
| string |
searchTerm |
|
Returns
GetCategoryDesktopModules(int, string, string)
Declaration
IEnumerable<KeyValuePair<string, PortalDesktopModuleInfo>> GetCategoryDesktopModules(int portalId, string category, string searchTerm = "")
Parameters
Returns
GetControlBarLogoURL()
Declaration
string GetControlBarLogoURL()
Returns
Declaration
IEnumerable<MenuItemViewModel> GetCustomMenuItems()
Returns
GetUpgradeIndicator(Version, bool, bool)
Declaration
UpgradeIndicatorViewModel GetUpgradeIndicator(Version version, bool isLocal, bool isSecureConnection)
Parameters
Returns
SaveBookMark(int, int, string, string)
Declaration
void SaveBookMark(int portalId, int userId, string bookarkTitle, string bookmarkValue)
Parameters
Extension Methods