Click or drag to resize

DashboardBaseGetAllAvailableWidgets Method

Gets widget types for the Dashboard

Namespace:  Dynamicweb.Dashboards
Assembly:  Dynamicweb.Dashboards (in Dynamicweb.Dashboards.dll) Version: 2.9.4
Syntax
public virtual IEnumerable<Type> GetAllAvailableWidgets(
	string path,
	IEnumerable<Type> allWidgets
)

Parameters

path
Type: SystemString
The request path
allWidgets
Type: System.Collections.GenericIEnumerableType
all widget available for application

Return Value

Type: IEnumerableType
The list of widget types available to the Dashboard show

Implements

IDashboardGetAllAvailableWidgets(String, IEnumerableType)
Remarks
The method used to filter widget types which could be shown for the Dashboard
See Also