Interfaces
FileVersion
Represents a version of a file.
A file is a container that stores data, information, settings, or commands used with a computer program.
Fields
id* ID! non-null | A system-generated ID that uniquely identifies this object. |
hub | An object representing the hub that contains this version of the file. |
project | An object representing the project that contains this version of the file. |
name | A human-readable name to identify this file. |
createdOn | Indicates when this version of the file was created. |
createdBy | An object representing the user who created this version of the file. |
lastModifiedOn | Indicates when this version of the file was most recently modified. |
lastModifiedBy | An object representing the user who made the most recent modification. |
versionNumber | Version indicator of this file. |
parentFile* File! non-null | The main file resource that this is a version of. |
mimeType | The mime type of the file. |
extensionType | The extension type of the file. |
* Required
Where Used
Usage | Used By | Description |
---|---|---|
Field Of | Fileversions | A common interface that contains a list of file versions returned in response to a query. |
Field Of | File | Represents a file. A file is a container that stores data, information, settings, or commands used with a computer program. |
Query By | fileVersion | Retrieves an object representing a version of a file. |
Implemented By | BasicFileVersion | Represents a version of a file that does not contain components or drawings. |
Implemented By | DesignFileVersion | Represents a version of a file that that contains a product design. |
Implemented By | DrawingFileVersion | Represents a version of a file that contains 2D projected views of a product design. |