Click or drag to resize

DashboardWidgetHelperGetIcon Method

Gets the AddIn icon attribute.

Namespace:  Dynamicweb.Dashboards.Widgets
Assembly:  Dynamicweb.Dashboards (in Dynamicweb.Dashboards.dll) Version: 2.9.4
Syntax
public static KnownIcon GetIcon(
	Type type,
	KnownIcon defaultIcon
)

Parameters

type
Type: SystemType
The widget type
defaultIcon
Type: Dynamicweb.Core.UI.IconsKnownIcon
Default icon if icon attribute not specified

Return Value

Type: KnownIcon
See Also