Lists the items for a folder connection.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Task<T> GetFolderItemsForConnectionAsync<T>(
string connectionId,
string relativePath = null,
Func<Response, T> onResult,
string userHandle = null
)
Task<T> GetFolderItemsForConnectionAsync<T>(
string connectionId,
string relativePath = null,
Func<Response, T> onResult,
string userHandle = null
)
Function GetFolderItemsForConnectionAsync(Of T) (
connectionId As String,
Optional relativePath As String = Nothing,
onResult As Func(Of Response, T),
Optional userHandle As String = Nothing
) As Task(Of T)
Function GetFolderItemsForConnectionAsync(Of T) (
connectionId As String,
Optional relativePath As String = Nothing,
onResult As Func(Of Response, T),
Optional userHandle As String = Nothing
) As Task(Of T)
Parameters
- connectionId
- Type:
System String
Identifier of the connection.
This parameter is mandatory.
- relativePath (Optional)
- Type:
System String
Relative path of the connection.
This parameter is optional.
- onResult
- Type:
System Func Response, T
Continuation function
- userHandle (Optional)
- Type:
System String
Handle identifier
- T
Return Value
Type:
Task T