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

Parameters

path
Type: SystemString
Relative or absolute path.

Return Value

Type: IEnumerableFolderItem
See Also