Click or drag to resize

DashboardNavigatorGetActions Method

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

Parameters

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

Return Value

Type: IEnumerableAction

Implements

INavigatorGetActions(String, IDictionaryString, String)
See Also