IGenericObjectCopyFromAsync Method |
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.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax Task CopyFromAsync(
string fromId,
AsyncHandle asyncHandle = null
)
Function CopyFromAsync (
fromId As String,
Optional asyncHandle As AsyncHandle = Nothing
) As Task
Parameters
- fromId
- Type: SystemString
Identifier of the object to copy.
<![CDATA[ ]]> - asyncHandle (Optional)
- Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request
Return Value
Type:
TaskSee Also