Click or drag to resize

ControllerStandardDataItemClassCreateOnActionResultPostSave Method

Standard save data item from Create. Check Permission by Create. Validating data if true then insert data item if false then set ModelState and give View back.

If uploaded file is valid then does call method Upload(DataItemClass, FileContent)

Supported event CreateAppActionAfterInsert

Namespace:  SOWIWeb.Helper
Assembly:  SOWIWeb.Helper (in SOWIWeb.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
protected virtual ActionResult CreateOnActionResultPostSave(
	ref DataItemClass pItem
)

Parameters

pItem
Type: DataItemClass
data item to save

Return Value

Type: ActionResult

[Missing <returns> documentation for "M:SOWIWeb.Helper.ControllerStandard`1.CreateOnActionResultPostSave(`0@)"]

See Also