FileAcquisitionResult Class
Autodesk.DataManagement.Client.Framework.Vault›Autodesk.DataManagement.Client.Framework.Vault.Results
The results of an individual file in a File Acquisition operation
Syntax
public class FileAcquisitionResult Public Class FileAcquisitionResult Properties
| Name | Description |
|---|---|
| AcquisitionOption | Gets whether the file was downloaded, checked out, or both |
| Exception | Gets any exception that occured during the file acquisition. This will be populate if Status equals FileAcquisitionResult.AcquisitionStatus.Exception. |
| File | Gets the file represented by this results object |
| FileReferenceUpdates | Gets a list of file references that were updated within the acquired File. |
| LocalPath | Gets the path where the file is downloaded. This is only valid if AcquisitionOption is configured for downloads |
| NewFileIteration | Gets the new iteration of the file that results from a Checkout operation |
| Restrictions | Gets any restriction that prevented the file from being acquired. This will be populate if Status equals FileAcquisitionResult.AcquisitionStatus.Restriction. |
| Status | Gets the status of the file acquisition |
Returned By
Where you get a FileAcquisitionResult — members that return one.
- AcquireFilesResults.FileResults
- AcquireFilesSettings.AcquireFileExtensibilityOptions.PostFileAcquireEventArgs.FileResult
Inheritance Hierarchy
- System.Object
- Autodesk.DataManagement.Client.Framework.Vault.Results.FileAcquisitionResult