Click or drag to resize

RoleControllerIndexByUser Method (String, ListRole, Int32, String)

Submit cases handling

Namespace:  SOWIWeb.Administrator.Controllers
Assembly:  SOWIWeb.Administrator (in SOWIWeb.Administrator.dll) Version: 19.1.21.1 (19.1.21.658)
Syntax
public ActionResult IndexByUser(
	string submit,
	List<Role> Role,
	int UserID,
	string UserName
)

Parameters

submit
Type: SystemString

[Missing <param name="submit"/> documentation for "M:SOWIWeb.Administrator.Controllers.RoleController.IndexByUser(System.String,System.Collections.Generic.List{SOWIData.Management.Role},System.Int32,System.String)"]

Role
Type: System.Collections.GenericListRole

[Missing <param name="Role"/> documentation for "M:SOWIWeb.Administrator.Controllers.RoleController.IndexByUser(System.String,System.Collections.Generic.List{SOWIData.Management.Role},System.Int32,System.String)"]

UserID
Type: SystemInt32

[Missing <param name="UserID"/> documentation for "M:SOWIWeb.Administrator.Controllers.RoleController.IndexByUser(System.String,System.Collections.Generic.List{SOWIData.Management.Role},System.Int32,System.String)"]

UserName
Type: SystemString

[Missing <param name="UserName"/> documentation for "M:SOWIWeb.Administrator.Controllers.RoleController.IndexByUser(System.String,System.Collections.Generic.List{SOWIData.Management.Role},System.Int32,System.String)"]

Return Value

Type: ActionResult

[Missing <returns> documentation for "M:SOWIWeb.Administrator.Controllers.RoleController.IndexByUser(System.String,System.Collections.Generic.List{SOWIData.Management.Role},System.Int32,System.String)"]

See Also