KanbanController..::..GetKanban Method
Gets the kanban module based on provided parameters.
Returns a KanbanHelper as an ActionResult
Namespace:
FLEXYGO.Controlers.UIAssembly: FlexyGo (in FlexyGo.dll)
Syntax
[BlacklistCheckAttribute] [CompressAttribute] public ActionResult GetKanban( string ObjectName, string ObjectWhere, string ModuleName, string AdditionalWhere, Object searchId, filterHelper[] filterValues )
<BlacklistCheckAttribute> _ <CompressAttribute> _ Public Function GetKanban ( _ ObjectName As String, _ ObjectWhere As String, _ ModuleName As String, _ AdditionalWhere As String, _ searchId As Object, _ filterValues As filterHelper() _ ) As ActionResult
Parameters
- ObjectName
- Type: String
Name of the object.
- ObjectWhere
- Type: String
The object where.
- ModuleName
- Type: String
The module identifier.
- AdditionalWhere
- Type: String
- searchId
- Type: Object
- filterValues
- Type: array<filterHelper>[]()[][]
Return Value
ActionResult.Exceptions
Exception | Condition |
---|---|
FLEXYGO.Exceptions..::..LocalizedException | Module object name can't be blank or Error in web service getKanban |