Click or drag to resize
GenericObjectCopyFromAsync Method (AsyncHandle, String)

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: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public Task CopyFromAsync(
	AsyncHandle asyncHandle,
	string fromId
)

Parameters

asyncHandle
Type: Qlik.EngineAsyncHandle
Handle to asynchronous method request
fromId
Type: SystemString
Identifier of the object to copy. <![CDATA[ ]]>

Return Value

Type: Task

Implements

IGenericObjectCopyFromAsync(AsyncHandle, String)
See Also