Client.GetExchangeDetailsAsync method (1 of 3)
Get Exchange Details by the Exchange Identifier
public Task<ExchangeDetails> GetExchangeDetailsAsync(DataExchangeIdentifier dataExchangeIdentifier)
parameter | description |
---|---|
dataExchangeIdentifier | DataExchangeIdentifier |
Return Value
See Also
- class ExchangeDetails
- class Client
- namespace Autodesk.DataExchange
Client.GetExchangeDetailsAsync method (2 of 3)
Get Exchange Details given an Exchange Urn. The Exchange Urn is the uniqueId of the exchange on the hosting provider. E.g., for the ACC Hosting Provider, an example exchangeUrn looks like this - urn:adsk.wipprod:dm.lineage:_ddmvl0URhm6EihBiPYIXQ
public Task<ExchangeDetails> GetExchangeDetailsAsync(string exchangeUrn)
parameter | description |
---|---|
exchangeUrn | The unique ID of the exchange on the hosting provider |
Return Value
See Also
- class ExchangeDetails
- class Client
- namespace Autodesk.DataExchange
Client.GetExchangeDetailsAsync method (3 of 3)
Get Exchange Details given collection and an Exchange Urn. The Exchange Urn is the uniqueId of the exchange on the hosting provider. E.g., for the ACC Hosting Provider, an example exchangeUrn looks like this - urn:adsk.wipprod:dm.lineage:_ddmvl0URhm6EihBiPYIXQ
public Task<ExchangeDetails> GetExchangeDetailsAsync(string collectionId, string exchangeUrn)
parameter | description |
---|---|
collectionId | The exchange container id |
exchangeUrn | The unique ID of the exchange on the hosting provider |
Return Value
See Also
- class ExchangeDetails
- class Client
- namespace Autodesk.DataExchange