Overload List
| Name | Description | |
|---|---|---|
| ReplaceAppFromIDAsync(String, String, IEnumerable String , String) | Replaces an app with the objects from a source app. The list of objects in the app to be replaced must be defined in qIds. The data model of the app cannot be updated. This method applies only if running in server mode. | |
| ReplaceAppFromIDAsync T (String, String, IEnumerable String , Func Response, T , String) | Replaces an app with the objects from a source app. The list of objects in the app to be replaced must be defined in qIds. The data model of the app cannot be updated. This method applies only if running in server mode. |
See Also