Click or drag to resize
HubGetFolderItemsForPathAsync Method (String, AsyncHandle)

Returns the files and folders located at a specified path.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public Task<IEnumerable<FolderItem>> GetFolderItemsForPathAsync(
	string path,
	AsyncHandle asyncHandle = null
)

Parameters

path
Type: SystemString
Relative or absolute path.
asyncHandle (Optional)
Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request

Return Value

Type: TaskIEnumerableFolderItem

Implements

IHubGetFolderItemsForPathAsync(String, AsyncHandle)
See Also