Click or drag to resize

RoleControllerRoleContentSetViewBag 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: SystemInt32

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

pUserName
Type: SystemString

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

pUserCheckBox
Type: SystemBoolean

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

pUserEdit
Type: SystemBoolean

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

See Also