Click or drag to resize

DashboardWidgetHelperGetName Method (Type, String)

Gets widget type friendly name or default.

Namespace:  Dynamicweb.Dashboards.Widgets
Assembly:  Dynamicweb.Dashboards (in Dynamicweb.Dashboards.dll) Version: 2.9.4
Syntax
public static string GetName(
	Type type,
	string defaultName
)

Parameters

type
Type: SystemType
The widget type
defaultName
Type: SystemString
The default value

Return Value

Type: String
See Also