{CompanyName} FlexyGo

FileBrowserController..::..GetData Method

Reads data for carousel module

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

Syntax


[BlacklistCheckAttribute]
[CompressAttribute]
public ActionResult GetData(
	string ObjectName,
	string ObjectWhere,
	string ModuleName,
	string ActionType,
	List<string> SelectedEntries,
	string NewFolderName,
	string Path
)
<BlacklistCheckAttribute> _
<CompressAttribute> _
Public Function GetData ( _
	ObjectName As String, _
	ObjectWhere As String, _
	ModuleName As String, _
	ActionType As String, _
	SelectedEntries As List(Of String), _
	NewFolderName As String, _
	Path As String _
) As ActionResult

Parameters

ObjectName
Type: String
Object name.
ObjectWhere
Type: String
The object where.
ModuleName
Type: String
The module identifier.
ActionType
Type: String
The task to perform (list | remove | add | download) .
SelectedEntries
Type: List<(Of <(<'String>)>)>
The list of selected entries that can be removed or downloaded .
NewFolderName
Type: String
The name of the folder name to be created .
Path
Type: String
The path we are in.

Return Value

returns list of dir entries as ActionResult.