Skip to main content Skip to complementary content

CloneGenericObject Method

Overloads

CloneGenericObject(String)

Clones root level objects, such as sheets and stories. The CloneObject method works for both app objects and child objects.

When you clone an object that contains children, the children are cloned as well.

If you for example want to clone a visualization, you must provide the qID of the root object, in this case the sheet since CloneObject clones root level objects.

CloneGenericObject(String)

Clones root level objects, such as sheets and stories. The CloneObject method works for both app objects and child objects.

When you clone an object that contains children, the children are cloned as well.

If you for example want to clone a visualization, you must provide the qID of the root object, in this case the sheet since CloneObject clones root level objects.

Declaration

      [QixName("CloneObject")]
public string CloneGenericObject([QixName("qId")] string id)
    

Parameters

Type Name Description
System.String id

Identifier of the object to clone. The identifier must be a root object.

Returns

Type Description
System.String

Implements

Remarks

It is not possible to clone a session object.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!