Autodesk Vault ProfessionalVault API

FileAssoc Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

Contains a parent/child relationship between two files.

Syntax

public class FileAssoc 
Public Class FileAssoc 

Properties

NameDescription
CldFileThe child file.
CorrectRevIf false, the associated file is not in the expected revision. Only applies to 'get latest' calls.
ExpectedVaultPathThe Vault path where the file expects the child to be.
IdA unique identifier describing the dependency. Set to -1 if creating a new dependency.
ParFileThe parent file.
RefIdThe identifier for the reference within the file. This value needs to be understood by the resolver when updating file references. If this value is null, it is not possible to fix broken references.
SourceMetadata regarding the source of the link (ex. "Inventor" or "AutoCAD").
TypEnum indicating the type of association.
VaultPathChangedTrue means that the reference may be broken and should be fixed when the file is downloaded. False means that the file reference should not be broken.

Returned By

Where you get a FileAssoc — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.Connectivity.WebServices.FileAssoc

See Also