Name | Description | |
---|---|---|
AppMenu Constructor | The default constructor |
The following tables list the members exposed by AppMenu.
Name | Description | |
---|---|---|
AppMenu Constructor | The default constructor |
Name | Description | |
---|---|---|
ACL | Access Control List | |
AppMenuId | Gets the internal ID of this AppMenu | |
Children | Gets a list of AppMenu items that are children of this AppMenu item | |
DefaultFavorite | Gets or sets a value that indicates if this menu item should be in the 'favorites' area by default. | |
Description | Gets or sets the description of this menu item. This value is often used as a popup tooltip. | |
Elements | Gets a collection of Elements for this AppMenu item | |
Icon | Gets or sets the name of the icon for this menu item. | |
IsFavorite | Gets or sets a value that indicates if this menu item should be in the 'favorites' area. | |
Label | Gets or sets the label that is displayed on the menu item. | |
LoadedFrom | Gets the server that the App Menu was loaded from | |
ParentAppMenuId | Gets the internal ID of the parent of this AppMenu | |
PreferenceName | Gets or sets the name that is used to store user preferences for this AppMenu. | |
Sequence | Gets or sets the sequence value for this menu item. Menu entries are ordered by the UserSequence and then the Sequence. | |
ShowOn | Gets or sets a value which indicates which clients the AppMenu is displayed on. | |
Title | Gets or sets the title that is displayed when this menu item has been selected. | |
UserSequence | Gets or sets the value of the user specific sequence for this menu item. |
Name | Description | |
---|---|---|
Find | Loads the JAMS Application Menu for update. User preferences are not applied and access control lists are not evaluated. You must have "Configuration" access to call this method. | |
FindForUser | Loads the JAMS Application Menu. Only AppMenu items which the calling user has "Execute" access are returned. | |
ReadXml | Reads App Menu values from XML | |
SaveUserPreferences | Loads the JAMS Application Menu for update. User preferences are not applied and access control lists are not evaluated. You must have "Configuration" access to call this method. | |
Update | Update an App Menu on a specified server from an App Menu collection | |
WriteXml | Write App Menu values to XML |