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)
public Task<T> GetFolderItemsForConnectionAsync<T>(
string connectionId,
string relativePath = null,
Func<Response, T> onResult,
string userHandle = null
)
public Task<T> GetFolderItemsForConnectionAsync<T>(
string connectionId,
string relativePath = null,
Func<Response, T> onResult,
string userHandle = null
)
Public 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)
Public 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 Implements
IApp GetFolderItemsForConnectionAsync T (String, String, Func Response, T , String)