| 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
)
Function GetAllAvailableWidgets (
path As String,
allWidgets As IEnumerable(Of Type)
) As IEnumerable(Of Type)
Parameters
- path
- Type: SystemString
The request path - allWidgets
- Type: System.Collections.GenericIEnumerableType
all widget available for application
Return Value
Type:
IEnumerableTypeThe 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