Gets the properties of:
* a generic object
* the children of the generic object
* the bookmarks/embedded snapshots of the generic object
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
public Task<GenericObjectEntry> GetFullPropertyTreeAsync(
string userHandle = null
)
public Task<GenericObjectEntry> GetFullPropertyTreeAsync(
string userHandle = null
)
Public Function GetFullPropertyTreeAsync (
Optional userHandle As String = Nothing
) As Task(Of GenericObjectEntry)
Public Function GetFullPropertyTreeAsync (
Optional userHandle As String = Nothing
) As Task(Of GenericObjectEntry)
Parameters
- userHandle (Optional)
- Type:
System String
Handle identifier
Return Value
Type:
Task GenericObjectEntry Implements
IGenericObject GetFullPropertyTreeAsync(String)