App CreateGenericObjectAsync Method Qlik Sense .NET SDK - API Reference
Overload List

  NameDescription
Public methodCreateGenericObjectAsync(GenericObjectProperties, String)

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.
Public methodCreateGenericObjectAsync T (GenericObjectProperties, Func Response, T , String)

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.
Back to Top
See Also