Click or drag to resize

RoleController.RoleContentSetViewBag Method

[Missing <summary> documentation for "M:SOWIWeb.Administrator.Controllers.RoleController.RoleContentSetViewBag(System.Int32,System.String,System.Boolean,System.Boolean)"]

Namespace:  SOWIWeb.Administrator.Controllers
Assembly:  SOWIWeb.Administrator (in SOWIWeb.Administrator.dll) Version: 19.1.21.1 (19.1.21.658)
Syntax
private void RoleContentSetViewBag(
	int pUserID,
	string pUserName,
	bool pUserCheckBox,
	bool pUserEdit
)

Parameters

pUserID
Type: System.Int32

[Missing <param name="pUserID"/> documentation for "M:SOWIWeb.Administrator.Controllers.RoleController.RoleContentSetViewBag(System.Int32,System.String,System.Boolean,System.Boolean)"]

pUserName
Type: System.String

[Missing <param name="pUserName"/> documentation for "M:SOWIWeb.Administrator.Controllers.RoleController.RoleContentSetViewBag(System.Int32,System.String,System.Boolean,System.Boolean)"]

pUserCheckBox
Type: System.Boolean

[Missing <param name="pUserCheckBox"/> documentation for "M:SOWIWeb.Administrator.Controllers.RoleController.RoleContentSetViewBag(System.Int32,System.String,System.Boolean,System.Boolean)"]

pUserEdit
Type: System.Boolean

[Missing <param name="pUserEdit"/> documentation for "M:SOWIWeb.Administrator.Controllers.RoleController.RoleContentSetViewBag(System.Int32,System.String,System.Boolean,System.Boolean)"]

See Also