Autodesk Vault ProfessionalVault API

FileAcquisitionResult Class

Autodesk.DataManagement.Client.Framework.VaultAutodesk.DataManagement.Client.Framework.Vault.Results

The results of an individual file in a File Acquisition operation

Syntax

public class FileAcquisitionResult 
Public Class FileAcquisitionResult 

Properties

NameDescription
AcquisitionOptionGets whether the file was downloaded, checked out, or both
ExceptionGets any exception that occured during the file acquisition. This will be populate if Status equals FileAcquisitionResult.AcquisitionStatus.Exception.
FileGets the file represented by this results object
FileReferenceUpdatesGets a list of file references that were updated within the acquired File.
LocalPathGets the path where the file is downloaded. This is only valid if AcquisitionOption is configured for downloads
NewFileIterationGets the new iteration of the file that results from a Checkout operation
RestrictionsGets any restriction that prevented the file from being acquired. This will be populate if Status equals FileAcquisitionResult.AcquisitionStatus.Restriction.
StatusGets the status of the file acquisition

Returned By

Where you get a FileAcquisitionResult — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.DataManagement.Client.Framework.Vault.Results.FileAcquisitionResult

See Also