App CreateGenericSessionObject Method Qlik Sense .NET SDK - API Reference

Creates a transient object. For example, you can use a transient object to create an app overview or a story overview.

It is possible to create a transient object that is linked to another object. The linked object has the same properties as the linking object.

The linking object cannot be a transient object.

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

public GenericObject CreateGenericSessionObject(
	GenericObjectProperties prop
)

Parameters

prop
Type: Qlik.Engine GenericObjectProperties
Information about the object This parameter is mandatory.

Return Value

Type: GenericObject

Implements

IApp CreateGenericSessionObject(GenericObjectProperties)
See Also