Click or drag to resize
HubGetFolderItemsForPathAsync Method (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
public Task<IEnumerable<FolderItem>> GetFolderItemsForPathAsync(
	string path
)

Parameters

path
Type: SystemString
Relative or absolute path.

Return Value

Type: TaskIEnumerableFolderItem

Implements

IHubGetFolderItemsForPathAsync(String)
See Also