Autodesk Vault ProfessionalVault API

UpdateFileReferencesModel Constructor

Autodesk.DataManagement.Client.Framework.Vault.Models.ExtensionHandlersUpdateFileReferencesModel

Constructs a UpdateFileReferencesModel object

Syntax

public UpdateFileReferencesModel(
   Connection vltConn,
   FilePathAbsolute sourceFile,
   System.Collections.Generic.IEnumerable<FileReference> references,
   System.bool fileOpened,
   System.Collections.Generic.IDictionary<string,object> properties
)
Public Function New( _
   ByVal vltConn As Connection, _
   ByVal sourceFile As FilePathAbsolute, _
   ByVal references As System.Collections.Generic.IEnumerable(Of FileReference), _
   ByVal fileOpened As System.Boolean, _
   Optional ByVal properties As System.Collections.Generic.IDictionary(Of String,Object) _
)

Parameters

NameDescription
vltConnConnection to a vault server
sourceFileThe file that is being updated
referencesThe references to update in the sourceFile
fileOpenedTrue if the file is already opened by the parent application and therefore, the handler does not need to open or close it
propertiesAn optional bag of properties which can be used by the handler to determine how it should interpret the references

See Also