Click or drag to resize

RoleControllerRoleContentGetToolbar Method

[Missing <summary> documentation for "M:SOWIWeb.Administrator.Controllers.RoleController.RoleContentGetToolbar(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 List<ToolbarButton> RoleContentGetToolbar(
	bool pUserCheckBox,
	bool pUserEdit
)

Parameters

pUserCheckBox
Type: SystemBoolean

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

pUserEdit
Type: SystemBoolean

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

Return Value

Type: ListToolbarButton

[Missing <returns> documentation for "M:SOWIWeb.Administrator.Controllers.RoleController.RoleContentGetToolbar(System.Boolean,System.Boolean)"]

See Also