public class DashboardList : IDashboardContent
DashboardList | Constructor |
Commands | The top-level commands for the listing (optional). |
ID | The id of the list. Optional. Will appear in the html output, so the list can be referenced. |
Items | The list's items. |
Title | The title of the listing (optional). |
TreePath | The domain tree path this list item represents (optional). If specified, the title will become a link that navigates to the tree node at the path in the configurator's navigation pane. |
Generate | Renders the list. |
ToXmlFragment |
Converts an IDashboardContent to an xml fragment in
an undefined xml document.
(Defined by DashboardHelper) |
ToXmlString |
Converts an IDashboardContent to a string.
(Defined by DashboardHelper) |