IGenericObject DestroyChildAsync Method Qlik Sense .NET SDK - API Reference
Overload List

  NameDescription
Public methodDestroyChildAsync(String, GenericObjectProperties, String)

Removes a child object.

It is possible to update the properties of the child's parent at the same time that the child is removed. Both operations are performed by the same call.Removing a linked object, invalidate the linking object.
Public methodDestroyChildAsync T (String, GenericObjectProperties, Func Response, T , String)

Removes a child object.

It is possible to update the properties of the child's parent at the same time that the child is removed. Both operations are performed by the same call.Removing a linked object, invalidate the linking object.
Back to Top
See Also