Click or drag to resize

RoleControllerIndexByUserPostSave Method

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

Namespace:  SOWIWeb.Administrator.Controllers
Assembly:  SOWIWeb.Administrator (in SOWIWeb.Administrator.dll) Version: 19.1.21.1 (19.1.21.658)
Syntax
private ActionResult IndexByUserPostSave(
	List<Role> Role,
	int UserID
)

Parameters

Role
Type: System.Collections.GenericListRole

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

UserID
Type: SystemInt32

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

Return Value

Type: ActionResult

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

See Also