GenericObject GetFullPropertyTreeAsync Method (String)Qlik Sense .NET SDK - API Reference

Gets the properties of:

* a generic object

* the children of the generic object

* the bookmarks/embedded snapshots of the generic object

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

public Task<GenericObjectEntry> GetFullPropertyTreeAsync(
	string userHandle = null
)

Return Value

Type: OnlineTask GenericObjectEntry 

Implements

IGenericObject GetFullPropertyTreeAsync(String)
See Also