Client.RetrieveLatestExchangeDataAsync method
Updates a given ExchangeData
object with the latest or specific revision, if updates are available.
public Task<string> RetrieveLatestExchangeDataAsync(ExchangeData exchangeData,
string toRevision = null, string fromRevision = null)
parameter | description |
---|---|
exchangeData | The ExchangeData object to update |
toRevision | Optional revision. Latest revision will be considered if null |
fromRevision | Optional revision. Latest revision will be considered if null |
Return Value
Returns the latest revision that the exchange was updated to.
See Also
- class ExchangeData
- class Client
- namespace Autodesk.DataExchange