Click or drag to resize

DataGridControllerEditList Method (ListDataGrid, String, String, String, String, String)

Edit List Data Grid View submit case Save and Reset. Permission check on Update and Update Owner.

Namespace:  SOWIWeb.Administrator.Controllers
Assembly:  SOWIWeb.Administrator (in SOWIWeb.Administrator.dll) Version: 19.1.21.1 (19.1.21.658)
Syntax
public ActionResult EditList(
	List<DataGrid> List,
	string submit,
	string AppName,
	string ViewName,
	string ReturnUrl,
	string UserName
)

Parameters

List
Type: System.Collections.GenericListDataGrid
submit
Type: SystemString
Supported "save" or "reset"
AppName
Type: SystemString
App name
ViewName
Type: SystemString
View name
ReturnUrl
Type: SystemString
Return URL
UserName
Type: SystemString
User name

Return Value

Type: ActionResult

[Missing <returns> documentation for "M:SOWIWeb.Administrator.Controllers.DataGridController.EditList(System.Collections.Generic.List{SOWIData.Management.DataGrid},System.String,System.String,System.String,System.String,System.String)"]

Remarks
Must has permissions by Update or UpdateOwner
See Also