Click or drag to resize

INavigatorGetActions Method

Namespace:  Dynamicweb.Core.UI
Assembly:  Dynamicweb.Core.UI (in Dynamicweb.Core.UI.dll) Version: 2.0.2
Syntax
IEnumerable<Action> GetActions(
	string path,
	IDictionary<string, string> requestParameters
)

Parameters

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

Return Value

Type: IEnumerableAction
See Also