DashboardLink Class

Creates a link (anchor element) for 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 DashboardLink : IDashboardContent
Inheritance
Object    DashboardLink
Implements
IDashboardContent

Constructors

DashboardLink No arg constructor.
DashboardLink(String, String) Basic constructor.

Properties

Name The name of the link.
Url The location of the link.

Methods

Generate Generate the xml content.

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