Autodesk Vault ProfessionalVault API

FileAssocLite Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

An association between two files. The files are represented by IDs instead of full File objects.

Syntax

public class FileAssocLite 
Public Class FileAssocLite 

Properties

NameDescription
CldFileIdThe ID of the child file.
CorrectRevIf false, the associated file is not in the expected revision. Only applies to 'get latest' calls.
ExpectedVaultPathThe Vault path where the parent file expects the child to be.
IdA unique identifier for the dependency. Set to -1 if creating a new dependency.
ParFileIdThe ID of the 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").
TypThe 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 FileAssocLite — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.Connectivity.WebServices.FileAssocLite

See Also