UserRoleControllerIndexByUser Method | |
Redirect to Role view IndexByUser
Namespace:
SOWIWeb.Administrator.Controllers
Assembly:
SOWIWeb.Administrator (in SOWIWeb.Administrator.dll) Version: 19.1.21.1 (19.1.21.658)
Syntax public ActionResult IndexByUser(
int id
)
Public Function IndexByUser (
id As Integer
) As ActionResult
Parameters
- id
- Type: SystemInt32
User ID
Return Value
Type:
ActionResultView of role by user
See Also