FileRevisionInfo Class
Autodesk.DataManagement.Client.Framework.Vault›Autodesk.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
| Name | Description |
|---|---|
| FileRevisionInfo | Create a FileRevisionInfo object |
Properties
| Name | Description |
|---|---|
| HasReleasedVersion | Gets whether the tip version in current revision is released. |
| IsNullRevision | Get 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. |
| IsTipReleasedOfCurrentRevision | Gets whether this file is the tip released version of the current revision. |
| IsTipReleasedOfHistoricalRevision | Gets whether this file is the tip released version of a historical revision. |
| IsTipReleasedOfTipRevision | Gets whether this file is the tip released version of the tip revision. |
| IsTipRevision | Gets whether this revision is this tip revision. |
| IsTipVersionOfCurrentRevision | Gets whether this file is the tip version of current revision. |
| IsTipVersionOfHistoricalRevision | Gets whether this file is the tip version of a historical revision. |
| IsTipVersionOfTipRevision | Gets whether this file is the tip version of the tip revision |
| MaxConsumeFileId | Gets 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. |
| MaxFileId | Gets the ID of the file with the highest version for this revision |
| Order | Gets 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. |
| RevisionId | Gets a unique identifier for this file revision |
| RevisionLabel | Gets the revision label of the file. |
| RevSchemaId | Gets the id of the revision schema for this file. |
Methods
| Name | Description |
|---|---|
| GetTargetVersionId | Gets 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