IHub GetFolderItemsForPath Method Qlik Sense .NET SDK - API Reference

Returns the files and folders located at a specified path.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

IEnumerable<FolderItem> GetFolderItemsForPath(
	string path
)

Return Value

Type: OnlineIEnumerable FolderItem 
See Also