Autodesk Vault ProfessionalVault API

FileRevisionInfo Class

Autodesk.DataManagement.Client.Framework.VaultAutodesk.DataManagement.Client.Framework.Vault.Currency.Entities

Contains information about the revision of a file. IsNullRevision will be true if the installed product does not support file revisions.

Syntax

public class FileRevisionInfo 
Public Class FileRevisionInfo 

Constructors

NameDescription
FileRevisionInfoCreate a FileRevisionInfo object

Properties

NameDescription
HasReleasedVersionGets whether the tip version in current revision is released.
IsNullRevisionGet whether or not this is a Null Revision. A Null Revision indicates that either the file does not have a revision associated with it, or the application does not support file revisions.
IsTipReleasedOfCurrentRevisionGets whether this file is the tip released version of the current revision.
IsTipReleasedOfHistoricalRevisionGets whether this file is the tip released version of a historical revision.
IsTipReleasedOfTipRevisionGets whether this file is the tip released version of the tip revision.
IsTipRevisionGets whether this revision is this tip revision.
IsTipVersionOfCurrentRevisionGets whether this file is the tip version of current revision.
IsTipVersionOfHistoricalRevisionGets whether this file is the tip version of a historical revision.
IsTipVersionOfTipRevisionGets whether this file is the tip version of the tip revision
MaxConsumeFileIdGets the ID of the file with the highest version that is in a consumable life cycle state. -1 will be returned if there is no consumable version.
MaxFileIdGets the ID of the file with the highest version for this revision
OrderGets a value which indicates how the revision should be ordered in relation to other revisions. Lower order revisions should be listed before higher order revisions.
RevisionIdGets a unique identifier for this file revision
RevisionLabelGets the revision label of the file.
RevSchemaIdGets the id of the revision schema for this file.

Methods

NameDescription
GetTargetVersionIdGets the tip version id or tip released version id from current revision

Returned By

Where you get a FileRevisionInfo — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.DataManagement.Client.Framework.Vault.Currency.Entities.FileRevisionInfo

See Also