Autodesk Vault ProfessionalVault API

UpdateFileReferences Method

Autodesk.DataManagement.Client.Framework.Vault.Services.ConnectionIFileManager

Updates the files references for a collection of files that are on disk.

Syntax

System.Collections.Generic.IDictionary<FileIteration,IEnumerable<FileReferenceUpdateStatus>> UpdateFileReferences(
   UpdateFileReferencesModel updateRefModel,
   System.Collections.Generic.IDictionary<FileIteration,FilePathAbsolute> filesAndLocalPaths
)
Function UpdateFileReferences( _
   ByVal updateRefModel As UpdateFileReferencesModel, _
   ByVal filesAndLocalPaths As System.Collections.Generic.IDictionary(Of FileIteration,FilePathAbsolute) _
) As System.Collections.Generic.IDictionary(Of FileIteration,IEnumerable(Of FileReferenceUpdateStatus))

Parameters

NameDescription
updateRefModelThe model used to update the files references.
filesAndLocalPathsA map of files to be updated paired with their location on disk.

Return Value

A collection of file iterations that were attempted to be updated paired with their file reference udpate results.

See Also