ACC.GetProjectInformationAsync method
Get project information.
public Task<ProjectInfo> GetProjectInformationAsync(string hubId, string projectURN)
parameter | description |
---|---|
hubId | Hub Id |
projectURN | Project Id |
Return Value
Project information
Exceptions
exception | condition |
---|---|
ArgumentNullException | This exception is thrown when projectURN and hubId is null or empty. |
Exception | Thrown when an unspecified error occurs. |
See Also
- class ACC
- namespace Autodesk.DataExchange.Extensions.HostingProvider