| ListWidgetGetItems Method |
Gets list items
Namespace:
Dynamicweb.Dashboards.Widgets
Assembly:
Dynamicweb.Dashboards (in Dynamicweb.Dashboards.dll) Version: 2.9.4
Syntax public abstract IEnumerable<ListViewItem> GetItems(
IDashboard dashboard,
string path
)
Public MustOverride Function GetItems (
dashboard As IDashboard,
path As String
) As IEnumerable(Of ListViewItem)
Parameters
- dashboard
- Type: Dynamicweb.DashboardsIDashboard
The dashboard - path
- Type: SystemString
The request path
Return Value
Type:
IEnumerableListViewItemSee Also