Returns the files and folders located at a specified path.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
public Task<IEnumerable<FolderItem>> GetFolderItemsForPathAsync(
string path,
string userHandle = null
)
public Task<IEnumerable<FolderItem>> GetFolderItemsForPathAsync(
string path,
string userHandle = null
)
Public Function GetFolderItemsForPathAsync (
path As String,
Optional userHandle As String = Nothing
) As Task(Of IEnumerable(Of FolderItem))
Public Function GetFolderItemsForPathAsync (
path As String,
Optional userHandle As String = Nothing
) As Task(Of IEnumerable(Of FolderItem))
Return Value
Type:
Task
IEnumerable FolderItem Implements
IHub GetFolderItemsForPathAsync(String, String)