Autodesk Vault ProfessionalVault API

UpdateFileReferencesModel Class

Autodesk.DataManagement.Client.Framework.VaultAutodesk.DataManagement.Client.Framework.Vault.Models

This model manages the workflow of updating file references for one or more files.

Syntax

public class UpdateFileReferencesModel 
Public Class UpdateFileReferencesModel 

Constructors

NameDescription
UpdateFileReferencesModelConstructs and instance of the UpdateFileReferencesModel class

Properties

NameDescription
FileOpenedWhether or not the file is already opened by the parent application.
ForceUpdateOfTargetFilePathsGets or sets whether references for all configured Target File Paths will be written back to the source file regardless of whether or not the references are out of date
PropertiesGets an optional bag of properties which can be used by the handler to determine how it should interpret the references
UpdateVaultStatusGets or sets whether or not the meta data used to compute the Vault File Status will be updated along with the file references

Methods

NameDescription
SetTargetFilePathSets the location on disk where a vault file lives (or will be downloaded to)
UpdateRefsInLocalFileUpdates a local file's references.

Returned By

Where you get a UpdateFileReferencesModel — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.DataManagement.Client.Framework.Vault.Models.UpdateFileReferencesModel

See Also