Click or drag to resize
IHubGetFolderItemsForPath Method

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
IEnumerable<FolderItem> GetFolderItemsForPath(
	string path
)

Parameters

path
Type: SystemString
Relative or absolute path.

Return Value

Type: IEnumerableFolderItem
See Also