Interfaces
File
Represents a file.
A file is a container that stores data, information, settings, or commands used with a computer program.
Fields
id* ID! non-null | The ID that uniquely identifies the file. |
hub | An object representing the hub that contains this file. |
project | An object representing the project that contains this file. |
parentFolder | The folder that contains this file. |
name | A human-readable name to identify this file. |
createdOn | Indicates when this file was created. |
createdBy | An object representing the user who created this file. |
lastModifiedOn | Indicates when this file was most recently modified. |
lastModifiedBy | An object representing the user who made the most recent modification. |
tipVersion | The most recent version of the file. |
versions | An array containing objects that represent all versions of the file. |
* Required
Where Used
Usage | Used By | Description |
---|---|---|
Field Of | Fileversion | Represents a version of a file. A file is a container that stores data, information, settings, or commands used with a computer program. |
Implemented By | BasicFile | Represents a file that does not contain components or drawings. |
Implemented By | DesignFile | Represents a file that contains a product design. |
Implemented By | DrawingFile | Represents a file that contains 2D projected views of a product design. |