Class MenuManager
Inherited Members
Namespace: SuperOffice.CRM.Web.Data.ContextMenu
Assembly: SuperOffice.CRMWeb.dll
Syntax
public class MenuManager
Constructors
MenuManager()
Declaration
public MenuManager()
Methods
CreateDividerItem()
Declaration
protected static MenuListItem CreateDividerItem()
Returns
| Type | Description |
|---|---|
| MenuListItem |
CreateNewItem(Boolean, String, String, String, Int32, String, String, String)
Declaration
protected static MenuListItem CreateNewItem(bool displayAccessKeys, string name, string url, string icon, int id, string shortcutText, string currentSoProtocol, string menuItemId)
Parameters
| Type | Name | Description |
|---|---|---|
| Boolean | displayAccessKeys | |
| String | name | |
| String | url | |
| String | icon | |
| Int32 | id | |
| String | shortcutText | |
| String | currentSoProtocol | |
| String | menuItemId |
Returns
| Type | Description |
|---|---|
| MenuListItem |
GetMenuItems(String, String, Int32, String)
Declaration
public static List<MenuListItem> GetMenuItems(string context, string subcontext, int id, string linkHint)
Parameters
| Type | Name | Description |
|---|---|---|
| String | context | |
| String | subcontext | |
| Int32 | id | |
| String | linkHint |
Returns
| Type | Description |
|---|---|
| List<MenuListItem> |
UnderLineName(String)
Declaration
protected static string UnderLineName(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| String | name |
Returns
| Type | Description |
|---|---|
| String |