FileRev Class
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
Information about the revision of a file.
Syntax
public class FileRev Public Class FileRev Properties
| Name | Description |
|---|---|
| Label | The revision label. |
| MaxConsumeFileId | The 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. |
| MaxFileId | The ID of the file with the highest version for this revision. |
| MaxRevId | The maximum revision ID for a file master. |
| Order | Indicates how the revision should be ordered in relation to other revisions. Lower order revisions should be listed before higher order revisions. |
| RevDefId | The ID of the revision definition. |
| RevId | The 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