Click or drag to resize
IHubReplaceAppFromIDAsync Method
Overload List
  NameDescription
Public methodReplaceAppFromIDAsync(String, String, IEnumerableString)

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.
Public methodReplaceAppFromIDAsync(AsyncHandle, String, String, IEnumerableString)

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.
Public methodReplaceAppFromIDAsyncT(AsyncHandle, FuncResponse, T, String, String, IEnumerableString)

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.
Top
See Also