Autodesk Vault ProfessionalVault API

ItemFileAssoc Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

A link between an Item and an assigned File.

Syntax

public class ItemFileAssoc 
Public Class ItemFileAssoc 

Properties

NameDescription
CldFileIdThe ID of the child File.
CldFileVerNumThe File version number.
CloakedIf true, the file is cloaked from the current user, and FileName will be empty. If false, the user has permission to view the file, and FileName will be filled in.
FileNameThe name of the File.
ParItemIdThe ID of the parent Item.
TypThe type of link.

Returned By

Where you get a ItemFileAssoc — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.Connectivity.WebServices.ItemFileAssoc

See Also