SaveAsAsync Method
Overloads
SaveAsAsync(String) |
Save a copy of an app with a different name. Can be used to save a session app as an ordinary app. |
|
SaveAsAsync(AsyncHandle, String) |
Save a copy of an app with a different name. Can be used to save a session app as an ordinary app. |
|
SaveAsAsync<T>(AsyncHandle, Func<Response, T>, String) |
Save a copy of an app with a different name. Can be used to save a session app as an ordinary app. |
SaveAsAsync(String)
Save a copy of an app with a different name.
Can be used to save a session app as an ordinary app.
Declaration
[Obsolete("Use Document _SaveAs_ method instead")]
Task<string> SaveAsAsync([QixName("qNewAppName")] string newAppName)
Parameters
Type | Name | Description |
---|---|---|
System.String | newAppName |
<Name of the saved app> |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.String> |
SaveAsAsync(AsyncHandle, String)
Save a copy of an app with a different name.
Can be used to save a session app as an ordinary app.
Declaration
[Obsolete("Use Document _SaveAs_ method instead")]
Task<string> SaveAsAsync(AsyncHandle asyncHandle, [QixName("qNewAppName")] string newAppName)
Parameters
Type | Name | Description |
---|---|---|
AsyncHandle | asyncHandle |
Handle to asynchronous method request |
System.String | newAppName |
<Name of the saved app> |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.String> |
SaveAsAsync<T>(AsyncHandle, Func<Response, T>, String)
Save a copy of an app with a different name.
Can be used to save a session app as an ordinary app.
Declaration
[Obsolete("Use Document _SaveAs_ method instead")]
Task<T> SaveAsAsync<T>(AsyncHandle asyncHandle, Func<Response, T> onResult, [QixName("qNewAppName")] string newAppName)
Parameters
Type | Name | Description |
---|---|---|
AsyncHandle | asyncHandle |
Handle to asynchronous method request |
System.Func<Response, T> | onResult |
Continuation function |
System.String | newAppName |
<Name of the saved app> |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<T> |
Type Parameters
Name | Description |
---|---|
T |
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!