Table of Contents

Interface INavigatorWithGrid

Namespace
Dynamicweb.Core.UI
Assembly
Dynamicweb.Core.UI.dll
The interface INavigatorWithGrid defines navigator model uses Dynamicweb.UI.Elements.Displays.GridView control for retrieving Node related data.
public interface INavigatorWithGrid

Methods

GetItems(string, IDictionary<string, string>)

Gets the GridView items.
GridViewResponse GetItems(string path, IDictionary<string, string> requestParameters)

Parameters

path string
The node path.
requestParameters IDictionary<string, string>
The request parameters.

Returns

GridViewResponse
To top