GenericObject SetFullPropertyTreeAsync Method Qlik Sense .NET SDK - API Reference

Sets the properties of:

* a generic object

* the children of the generic object

* the bookmarks/embedded snapshots of the generic object

If the SetFullPropertyTree method is asked to set some properties to a child that does not exist, it creates the child.The type of an object cannot be updated.

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

public Task SetFullPropertyTreeAsync(
	GenericObjectEntry propEntry,
	string userHandle = null
)

Parameters

propEntry
Type: Qlik.Engine GenericObjectEntry
Information about the generic object entry This parameter is mandatory.
userHandle (Optional)
Type: OnlineSystem String
Handle identifier

Return Value

Type: OnlineTask

Implements

IGenericObject SetFullPropertyTreeAsync(GenericObjectEntry, String)
See Also