{CompanyName} FlexyGo

SysController..::..saveFilter Method

Saves the object defined search filter.

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

Syntax


[BlacklistCheckAttribute]
[CompressAttribute]
public ActionResult saveFilter(
	string SearchId,
	string FilterName,
	string ObjectName,
	string Type,
	bool Generic,
	FilterSaveHelper[] Properties
)
<BlacklistCheckAttribute> _
<CompressAttribute> _
Public Function saveFilter ( _
	SearchId As String, _
	FilterName As String, _
	ObjectName As String, _
	Type As String, _
	Generic As Boolean, _
	Properties As FilterSaveHelper() _
) As ActionResult

Parameters

SearchId
Type: String
The filter identifier.
FilterName
Type: String
Name of the filter.
ObjectName
Type: String
Name of the object.
Type
Type: String
Generic
Type: Boolean
Properties
Type: array<FilterSaveHelper>[]()[][]
The properties.

Return Value

ActionResult.

Exceptions


ExceptionCondition
Exception