ACC.GetExchangeMetaDataAsync method
Retrieve instance of ExchangeMetaData.
public Task<ExchangeMetaData> GetExchangeMetaDataAsync(string projectId, string itemId)
parameter | description |
---|---|
projectId | Project id |
itemId | Exchange Item id |
Exceptions
exception | condition |
---|---|
ArgumentNullException | This exception is thrown when projectId and itemId is null or empty. |
Exception | Thrown when an unspecified error occurs. |
See Also
- class ACC
- namespace Autodesk.DataExchange.Extensions.HostingProvider