BaseReadWriteExchangeModel.UnloadExchangesAsync method
To delete loaded exchange from the UI and remove entities from the platform application.
public abstract Task<IEnumerable<string>> UnloadExchangesAsync(List<ExchangeItem> exchanges)
parameter | description |
---|---|
exchanges | collection of exchanges |
Return Value
It will return the exchanges Id’s removed by platform application.
See Also
- class BaseReadWriteExchangeModel
- namespace Autodesk.DataExchange.BaseModels