IHubGetFolderItemsForPathAsync Method (String, AsyncHandle) |
Returns the files and folders located at a specified path.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax Task<IEnumerable<FolderItem>> GetFolderItemsForPathAsync(
string path,
AsyncHandle asyncHandle = null
)
Function GetFolderItemsForPathAsync (
path As String,
Optional asyncHandle As AsyncHandle = Nothing
) As Task(Of IEnumerable(Of FolderItem))
Parameters
- path
- Type: SystemString
Relative or absolute path. - asyncHandle (Optional)
- Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request
Return Value
Type:
TaskIEnumerableFolderItemSee Also