Click or drag to resize

HomeControllerSWISetUserProfile Method

Set the culture for the logged user.

Namespace: SealWebServer.Controllers
Assembly: SealWebServer (in SealWebServer.exe) Version: 8.0.0.0+c5a14bc14715399f60fcf611201a5e8ad953fbc3
Syntax
C#
public ActionResult SWISetUserProfile(
	string culture,
	string onStartup,
	string startupReport,
	string startupReportName,
	string executionMode,
	string[] connections
)

Parameters

culture  String
 
onStartup  String
 
startupReport  String
 
startupReportName  String
 
executionMode  String
 
connections  String
 

Return Value

ActionResult
See Also