Click or drag to resize

DataGridControllerEditListSetViewBag Method

Sets the ViewBag object properties: DictionaryUI, Title, ControllerName, ActionName, Message, ReturnUrl, AppName, ViewName, UserName, Toolbar

Namespace:  SOWIWeb.Administrator.Controllers
Assembly:  SOWIWeb.Administrator (in SOWIWeb.Administrator.dll) Version: 19.1.21.1 (19.1.21.658)
Syntax
private void EditListSetViewBag(
	string AppName,
	string ViewName,
	string ReturnUrl,
	ref string UserName
)

Parameters

AppName
Type: SystemString
App name
ViewName
Type: SystemString
View name
ReturnUrl
Type: SystemString
Return URL
UserName
Type: SystemString
User name
See Also