Click or drag to resize

IDashboardGetAllAvailableWidgets Method

Gets widget types for the Dashboard

Namespace:  Dynamicweb.Dashboards
Assembly:  Dynamicweb.Dashboards (in Dynamicweb.Dashboards.dll) Version: 2.9.4
Syntax
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
Remarks
The method used to filter widget types which could be shown for the Dashboard
See Also