Objects
DrawingFileVersion
Represents a version of a file that contains 2D projected views of 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* DrawingFile! non-null | An object representing a version of a 2D drawing that contains projected views of a version of a component. |
drawingVersion* DrawingVersion! non-null | What is the root product drawing? |
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 | Drawingfileversions | Contains a list of objects, where each object represents a version of a drawing file that contains 2D projections of a component. |
Field Of | Drawingfile | Represents a file that contains 2D projected views of a product design. |
Field Of | Drawingversion | Represents a version of a 2D drawing that contains projected views of a version of a component. |