| 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
)
<RouteAttribute("CreateShortcutPage")>
Public Function CreateShortcutPage (
Optional selected As String = Nothing,
Optional selectedName As String = Nothing,
Optional selectedAreaId As String = Nothing
) As ActionResult
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:
ActionResultSee Also