Click or drag to resize

DataGridControllerIndexByAppname Method

Submit case Home and permission check Read and Read Owner and can Index.

Namespace:  SOWIWeb.Administrator.Controllers
Assembly:  SOWIWeb.Administrator (in SOWIWeb.Administrator.dll) Version: 19.1.21.1 (19.1.21.658)
Syntax
public ActionResult IndexByAppname(
	string submit
)

Parameters

submit
Type: SystemString
Supported "Home"

Return Value

Type: ActionResult
If parameter submit equal "Home" then redirects to Home/Index
Remarks
Requirement can Index (see CanIndex. Must has permission by Read or ReadOwner
See Also