Objects
DesignFileVersion
Represents a version of a file that that contains a product design.
Fields
id* ID! non-null | A system-generated ID that uniquely identifies this object. |
hub | An object representing the hub that contains this file. |
project | An object representing the project that contains this 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 number of this file. |
parentFile* DesignFile! non-null | An object representing the main file that this is a version of. |
rootComponentVersion* ComponentVersion! non-null | An object representing the version of the component used as the top-level component of the design. |
mimeType | The mime type of the file. |
extensionType | The extension type of the file. |
thumbnail | An object representing the thumbnail of this file. |
* Required
Implements
Usage | Used By | Description |
---|---|---|
Interface | FileVersion | Represents a version of a file. A file is a container that stores data, information, settings, or commands used with a computer program. |
Where Used
Usage | Used By | Description |
---|---|---|
Field Of | Designfileversions | Contains a list of objects, where each object represents a version of a design file. |
Field Of | Designfile | Represents a file that contains a product design. |
Field Of | Componentversion | Represents a version of a component. |