Returns the identifier and the type for each child in an app object. If the child contains extra properties in qInfos,these properties are returned.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
public Task<IEnumerable<NxInfo>> GetChildInfosAsync(
string userHandle = null
)
public Task<IEnumerable<NxInfo>> GetChildInfosAsync(
string userHandle = null
)
Public Function GetChildInfosAsync (
Optional userHandle As String = Nothing
) As Task(Of IEnumerable(Of NxInfo))
Public Function GetChildInfosAsync (
Optional userHandle As String = Nothing
) As Task(Of IEnumerable(Of NxInfo))
Parameters
- userHandle (Optional)
- Type:
System String
Handle identifier
Return Value
Type:
Task
IEnumerable NxInfo Implements
IGenericObject GetChildInfosAsync(String)