Autodesk Vault ProfessionalVault API

FileAssocParam Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

Information about a file association.

Syntax

public class FileAssocParam 
Public Class FileAssocParam 

Properties

NameDescription
CldFileIdThe ID of the child file.
ExpectedVaultPathThe Vault path where you expect the child to be.
RefIdThe identifier for the reference within the file. This value needs to be understood by the resolver when updating file references. Pass in null if the file type has no resolver or you don't know that the resolver expects.
SourceMetadata indicating which application 'owns' the association. It is recommended to pass in null or the value from the previous version.
TypTells the associaiton type.

Returned By

Where you get a FileAssocParam — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.Connectivity.WebServices.FileAssocParam

See Also