Click or drag to resize

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
)

Parameters

title
Type: SystemString
root
Type: SystemString
mode
Type: SystemNullableInt32
isMultiselect
Type: SystemNullableBoolean

Return Value

Type: ActionResult
See Also