Hub GetFolderItemsForPathAsync Method (String, String)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

public Task<IEnumerable<FolderItem>> GetFolderItemsForPathAsync(
	string path,
	string userHandle = null
)

Return Value

Type: OnlineTask OnlineIEnumerable FolderItem  

Implements

IHub GetFolderItemsForPathAsync(String, String)
See Also