Click or drag to resize
HubCopyAppAsync Method
Overload List
  NameDescription
Public methodCopyAppAsync(String, String, IEnumerableString)

Copies an app that is in the Qlik Sense repository.

The engine copies the app into an app entity that was previously created by the repository. See the QRS API (REST API) help for more information.

This method applies only if running in server mode.
Public methodCopyAppAsync(AsyncHandle, String, String, IEnumerableString)

Copies an app that is in the Qlik Sense repository.

The engine copies the app into an app entity that was previously created by the repository. See the QRS API (REST API) help for more information.

This method applies only if running in server mode.
Public methodCopyAppAsyncT(AsyncHandle, FuncResponse, T, String, String, IEnumerableString)

Copies an app that is in the Qlik Sense repository.

The engine copies the app into an app entity that was previously created by the repository. See the QRS API (REST API) help for more information.

This method applies only if running in server mode.
Top
See Also