ACC.CheckDeletedFoldersAsync method
Checking folder deletion status asynchronously.
public Task<CheckDeletedFolders> CheckDeletedFoldersAsync(string projectId, List<string> folderIds)
parameter | description |
---|---|
projectId | Project Id |
folderIds | Folder Id |
Return Value
Instance of CheckDeletedFolders
Exceptions
exception | condition |
---|---|
ArgumentNullException | This exception is thrown when projectId and folderIds is null or empty. |
Exception | Thrown when an unspecified error occurs. |
See Also
- class ACC
- namespace Autodesk.DataExchange.Extensions.HostingProvider