ACC.GetProjectFoldersAsync method
Retrieves a collection of FolderInfo asynchronously for specific Project.
public Task<List<FolderInfo>> GetProjectFoldersAsync(ProjectInfo projectInfo)
parameter | description |
---|---|
projectInfo | Project Info |
Return Value
list of folders in a Project.
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