Click or drag to resize

ControllerStandardDataItemClassEditOnActionResultGet Method

Called EditSetViewBag and gives a View object with data item by ID.

This method reset object UploadFile.

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

Parameters

ID
Type: SystemInt32

[Missing <param name="ID"/> documentation for "M:SOWIWeb.Helper.ControllerStandard`1.EditOnActionResultGet(System.Int32)"]

Return Value

Type: ActionResult

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

See Also