ACC.GetProjectsAsync method
Retrieves a collection of ProjectInfo asynchronously for specific Hub. Hub InfoCollection of Projects in a Hub.
public Task<List<ProjectInfo>> GetProjectsAsync(HubInfo hubInfo)
Exceptions
exception | condition |
---|---|
ArgumentNullException | This exception is thrown when hubInfo is null or or its properties are null or empty. |
Exception | Thrown when an unspecified error occurs. |
See Also
- class ACC
- namespace Autodesk.DataExchange.Extensions.HostingProvider