Autodesk Vault ProfessionalVault API

FileReference Class

Autodesk.DataManagement.Client.Framework.VaultAutodesk.DataManagement.Client.Framework.Vault.Currency.FileSystem

This class represents a reference to a physical file

Syntax

public class FileReference 
Public Class FileReference 

Constructors

NameDescription
FileReferenceCreates a new instance of a FileReference object

Properties

NameDescription
PathGets the physical location of the file that is referenced
RefIdGets a value which uniquely identifies this reference within the source file
SourceTagGets an optional value that is set by a host application which describes the association type and/or owner. For example, a DWG file can have references written by Inventor and other references written by Autocad.

Returned By

Where you get a FileReference — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.DataManagement.Client.Framework.Vault.Currency.FileSystem.FileReference

See Also