IHubGetFolderItemsForPath Method |
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 IEnumerable<FolderItem> GetFolderItemsForPath(
string path
)
Function GetFolderItemsForPath (
path As String
) As IEnumerable(Of FolderItem)
Parameters
- path
- Type: SystemString
Relative or absolute path.
Return Value
Type:
IEnumerableFolderItemSee Also