Autodesk Vault ProfessionalVault API

SetTargetFilePath Method

Autodesk.DataManagement.Client.Framework.Vault.ModelsUpdateFileReferencesModel

Sets the location on disk where a vault file lives (or will be downloaded to)

Syntax

public void SetTargetFilePath(
   FileIteration file,
   FilePathAbsolute fullFileNameOfTargetLocation
)
Public Sub SetTargetFilePath( _
   ByVal file As FileIteration, _
   ByVal fullFileNameOfTargetLocation As FilePathAbsolute _
) 

Parameters

NameDescription
fileThe vault file that we are setting the location for
fullFileNameOfTargetLocationThe full path on disk where the vault file lives, including both the path and the file name

See Also