Lists the linked objects to a generic object, a dimension or a measure.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
public Task<IEnumerable<NxLinkedObjectInfo>> GetLinkedObjectsAsync(
string userHandle = null
)
public Task<IEnumerable<NxLinkedObjectInfo>> GetLinkedObjectsAsync(
string userHandle = null
)
Public Function GetLinkedObjectsAsync (
Optional userHandle As String = Nothing
) As Task(Of IEnumerable(Of NxLinkedObjectInfo))
Public Function GetLinkedObjectsAsync (
Optional userHandle As String = Nothing
) As Task(Of IEnumerable(Of NxLinkedObjectInfo))
Parameters
- userHandle (Optional)
- Type:
System String
Handle identifier
Return Value
Type:
Task
IEnumerable NxLinkedObjectInfo Implements
IGenericObject GetLinkedObjectsAsync(String)