DashboardLink(String, String) Constructor

Basic constructor.

Definition

Namespace: MFiles.VAF.Configuration.Domain.Dashboards
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public DashboardLink(
	string name,
	string url
)

Parameters

name  String
The name of the link.
url  String
The location of of the link.

See Also