Click or drag to resize

ContentDialogControllerCreateShortcutPage Method (String, String, String)

Shows page selector for new page with shortcut.

Namespace:  Dynamicweb.Management.Content.Dialogs
Assembly:  Dynamicweb.Management.Content (in Dynamicweb.Management.Content.dll) Version: 2.7.2
Syntax
[RouteAttribute("CreateShortcutPage")]
public ActionResult CreateShortcutPage(
	string selected = null,
	string selectedName = null,
	string selectedAreaId = null
)

Parameters

selected (Optional)
Type: SystemString
The selected.
selectedName (Optional)
Type: SystemString
Name of the selected.
selectedAreaId (Optional)
Type: SystemString
The selected area identifier.

Return Value

Type: ActionResult
See Also