{CompanyName} FlexyGo

SysController..::..saveUserSearchSettingsCheck Method

Saves the user search settings check.

Namespace:  FLEXYGO.Controlers.UI
Assembly:  FlexyGo (in FlexyGo.dll)

Syntax


[BlacklistCheckAttribute]
[CompressAttribute]
public ActionResult saveUserSearchSettingsCheck(
	string SearchId,
	bool Checked
)
<BlacklistCheckAttribute> _
<CompressAttribute> _
Public Function saveUserSearchSettingsCheck ( _
	SearchId As String, _
	Checked As Boolean _
) As ActionResult

Parameters

SearchId
Type: String
The Search Id.
Checked
Type: Boolean
if set to true [checked].

Return Value

ActionResult.