App CreateGenericObject Method Qlik Sense .NET SDK - API Reference

Creates a generic object at app level. For more information on generic objects, see Generic object definition.

It is possible to create a generic 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 CreateGenericObjectResult CreateGenericObject(
	GenericObjectProperties prop
)

Parameters

prop
Type: Qlik.Engine GenericObjectProperties
<!-- ##description --> Information about the object This parameter is mandatory. <!-- ##description -->

Return Value

Type: CreateGenericObjectResult

Implements

IApp CreateGenericObject(GenericObjectProperties)
See Also