Skip to main content Skip to complementary content

CopyFromAsync Method

Overloads

CopyFromAsync(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.

CopyFromAsync(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.

CopyFromAsync(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.

Declaration

      Task CopyFromAsync([QixName("qFromId")] string fromId)
    

Parameters

Type Name Description
System.String fromId

Identifier of the object to copy.

Returns

Type Description
System.Threading.Tasks.Task

Remarks

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

CopyFromAsync(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.

Declaration

      Task CopyFromAsync(AsyncHandle asyncHandle, [QixName("qFromId")] string fromId)
    

Parameters

Type Name Description
AsyncHandle asyncHandle

Handle to asynchronous method request

System.String fromId

Identifier of the object to copy.

Returns

Type Description
System.Threading.Tasks.Task

Remarks

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

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!