Click or drag to resize

ControllerStandardDataItemClassDelete Method (String, Int32)

Standard Delete (Post). Check CanDelete. Next step by push Button (switch submit): delete and cancel. If no case is true (switch default) then called DeleteOnActionResultPostCase with parameter submit.

Namespace:  SOWIWin.Helper
Assembly:  SOWIWin.Helper (in SOWIWin.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public virtual ActionResult Delete(
	string submit,
	int ID
)

Parameters

submit
Type: SystemString
value from Toolbar Button
ID
Type: SystemInt32
data item ID to delete

Return Value

Type: ActionResult

[Missing <returns> documentation for "M:SOWIWin.Helper.ControllerStandard`1.Delete(System.String,System.Int32)"]

Remarks
Cases set rediretion: cancel go to Session Return URL.
See Also