GenericObject SetFullPropertyTree 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 void SetFullPropertyTree(
	GenericObjectEntry propEntry
)

Parameters

propEntry
Type: Qlik.Engine GenericObjectEntry
Information about the generic object entry This parameter is mandatory.

Implements

IGenericObject SetFullPropertyTree(GenericObjectEntry)
See Also