Autodesk Vault ProfessionalVault API

FileReference Constructor

Autodesk.DataManagement.Client.Framework.Vault.Currency.FileSystemFileReference

Creates a new instance of a FileReference object

Syntax

public FileReference(
   System.string refId,
   FilePathAbsolute path,
   System.string sourceTag
)
Public Function New( _
   ByVal refId As System.String, _
   ByVal path As FilePathAbsolute, _
   Optional ByVal sourceTag As System.String _
)

Parameters

NameDescription
refIdAn id which uniquely identifies the reference within the source file
pathThe physical location of the file that is referenced
sourceTagAn optional value which identifies the application that owns the reference. For example, a DWG file can have references written by Inventor and other references written by Autocad

See Also