Click or drag to resize

ControllerStandardDataItemClassDeleteOnActionResultPostDelete Method

Standard delete data item. Check Permission by Delete and DeleteOwner. Validating data if true then delete data item if false then set ModelState and give View back.

Namespace:  SOWIWin.Helper
Assembly:  SOWIWin.Helper (in SOWIWin.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
protected virtual ActionResult DeleteOnActionResultPostDelete(
	int ID
)

Parameters

ID
Type: SystemInt32
data item ID to delete

Return Value

Type: ActionResult

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

See Also