{CompanyName} FlexyGo

SysController..::..SearchObjects Method

Searches the objects.

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

Syntax


[BlacklistCheckAttribute]
[CompressAttribute]
public ActionResult SearchObjects(
	string FindString,
	bool EnableCount,
	string ObjectName
)
<BlacklistCheckAttribute> _
<CompressAttribute> _
Public Function SearchObjects ( _
	FindString As String, _
	EnableCount As Boolean, _
	ObjectName As String _
) As ActionResult

Parameters

FindString
Type: String
The find string.
EnableCount
Type: Boolean
if set to true [enable count].
ObjectName
Type: String
Name of the object.

Return Value

ActionResult.