Click or drag to resize

DashboardNavigatorGetNodes Method

Namespace:  Dynamicweb.Management.Dashboards
Assembly:  Dynamicweb.Management (in Dynamicweb.Management.dll) Version: 4.0.2
Syntax
public IEnumerable<Node> GetNodes(
	string path,
	IDictionary<string, string> requestParameters
)

Parameters

path
Type: SystemString
requestParameters
Type: System.Collections.GenericIDictionaryString, String

Return Value

Type: IEnumerableNode

Implements

INavigatorGetNodes(String, IDictionaryString, String)
See Also