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

Returns the files and folders located at a specified path.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
Task<IEnumerable<FolderItem>> GetFolderItemsForPathAsync(
	AsyncHandle asyncHandle,
	string path
)

Parameters

asyncHandle
Type: Qlik.EngineAsyncHandle
Handle to asynchronous method request
path
Type: SystemString
Relative or absolute path.

Return Value

Type: TaskIEnumerableFolderItem
See Also