Click or drag to resize
GenericObjectSetFullPropertyTree Method

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: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public void SetFullPropertyTree(
	GenericObjectEntry propEntry
)

Parameters

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

Return Value

Type: 

Implements

IGenericObjectSetFullPropertyTree(GenericObjectEntry)
See Also