{CompanyName} FlexyGo

ListController..::..LoadFilters Method

Loads the filters.

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

Syntax


[BlacklistCheckAttribute]
[CompressAttribute]
public ActionResult LoadFilters(
	string CollectionName,
	bool IncludeGeneric,
	bool IncludeNonGeneric
)
<BlacklistCheckAttribute> _
<CompressAttribute> _
Public Function LoadFilters ( _
	CollectionName As String, _
	IncludeGeneric As Boolean, _
	IncludeNonGeneric As Boolean _
) As ActionResult

Parameters

CollectionName
Type: String
Name of the collection.
IncludeGeneric
Type: Boolean
if set to true [include generic].
IncludeNonGeneric
Type: Boolean
if set to true [include non generic].

Return Value

ActionResult.

Exceptions