GenericObject CopyFrom Method Qlik Sense .NET SDK - API Reference

Copies the properties of a generic object and its children.

The source object is specified by the parameter qFromId and the destination object is referenced by its handle.

The identifier of the destination object is the same as before the copy takes place.

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

public void CopyFrom(
	string fromId
)

Parameters

fromId
Type: OnlineSystem String
Identifier of the object to copy. <![CDATA[ ]]>

Implements

IGenericObject CopyFrom(String)
See Also