IClient.GetCollectionIdAsync method
Get collection using Project Urn. Hub id is optional here.If you provide hub id then it will use region based routing for API call.
public Task<string> GetCollectionIdAsync(string projectUrn, string hubId = null)
parameter | description |
---|---|
projectUrn | Project Urn. |
hubId | Hub id is optional here. If you provide hub id then it will use region based routing for API. |
Return Value
Returns collection.
See Also
- interface IClient
- namespace Autodesk.DataExchange.Interface