DashboardList Class

Represents a top-level listing in a dashboard.

Definition

Namespace: MFiles.VAF.Configuration.Domain.Dashboards
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public class DashboardList : IDashboardContent
Inheritance
Object    DashboardList
Derived
Implements
IDashboardContent

Constructors

DashboardList Constructor

Properties

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.

Methods

Generate Renders the list.

Extension Methods

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)

See Also