CopyApp Method
Overloads
CopyApp(String, String, IEnumerable<String>) |
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. |
CopyApp(String, String, IEnumerable<String>)
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.
Declaration
bool CopyApp([QixName("qTargetAppId")] string targetAppId, [QixName("qSrcAppId")] string srcAppId, [QixName("qIds")] IEnumerable<string> ids)
Parameters
Type | Name | Description |
---|---|---|
System.String | targetAppId |
Identifier (GUID) of the app entity in the Qlik Sense repository. The app entity must have been previously created by the Qlik Sense Repository Service (QRS) API. |
System.String | srcAppId |
Identifier (GUID) of the source app in the Qlik Sense repository. |
System.Collections.Generic.IEnumerable<System.String> | ids |
Array of QRS identifiers.
The list of all objects in the app to be copied must be given. This list must contain the GUIDs of all these objects.
If the list of the QRS identifiers is empty, the |
Returns
Type | Description |
---|---|
System.Boolean |
Remarks
This operation is possible only in Qlik Sense Enterprise.
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!