| MarketingDialogControllerSelect Method (String, String, NullableInt32, NullableBoolean) |
Select marketing item.
Namespace:
Dynamicweb.Management.Marketing.Dialogs
Assembly:
Dynamicweb.Management.Marketing (in Dynamicweb.Management.Marketing.dll) Version: 4.6.1
Syntax [RouteAttribute("Select")]
public ActionResult Select(
string title,
string root,
Nullable<int> mode,
Nullable<bool> isMultiselect
)
<RouteAttribute("Select")>
Public Function Select (
title As String,
root As String,
mode As Nullable(Of Integer),
isMultiselect As Nullable(Of Boolean)
) As ActionResult
Parameters
- title
- Type: SystemString
- root
- Type: SystemString
- mode
- Type: SystemNullableInt32
- isMultiselect
- Type: SystemNullableBoolean
Return Value
Type:
ActionResultSee Also