Autodesk Vault ProfessionalVault API

FileRev Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

Information about the revision of a file.

Syntax

public class FileRev 
Public Class FileRev 

Properties

NameDescription
LabelThe revision label.
MaxConsumeFileIdThe ID of the file with the highest version that is in a consumable life cycle state. Will be -1 if there is no consumable version.
MaxFileIdThe ID of the file with the highest version for this revision.
MaxRevIdThe maximum revision ID for a file master.
OrderIndicates how the revision should be ordered in relation to other revisions. Lower order revisions should be listed before higher order revisions.
RevDefIdThe ID of the revision definition.
RevIdThe unique identifier for this file revision.

Returned By

Where you get a FileRev — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.Connectivity.WebServices.FileRev

See Also