Click or drag to resize

SettingsDialogControllerDeleteItemType Method (DeleteItemTypeDialogModel)

Deletes the type of the item.

Namespace:  Dynamicweb.Management.Settings.Dialogs
Assembly:  Dynamicweb.Management.Settings (in Dynamicweb.Management.Settings.dll) Version: 2.3.35
Syntax
[HttpPostAttribute]
[RouteAttribute("DeleteItemType")]
public ActionResult DeleteItemType(
	DeleteItemTypeDialogModel model
)

Parameters

model
Type: Dynamicweb.Management.Settings.Dialogs.ModelsDeleteItemTypeDialogModel
The model.

Return Value

Type: ActionResult
See Also