Interfaces
FileVersions
A common interface that contains a list of file versions returned in response to a query.
Fields
pagination | Contains information about the current page, when results are split into multiple pages. |
results* [FileVersion!] non-null | An array that contains objects representing versions of a file. |
* Required
Where Used
Usage | Used By | Description |
---|---|---|
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 | fileVersions | Retrieves all versions of the specified file. |
Implemented By | DesignFileVersions | Contains a list of objects, where each object represents a version of a design file. |
Implemented By | DrawingFileVersions | Contains a list of objects, where each object represents a version of a drawing file that contains 2D projections of a component. |
Implemented By | BasicFileVersions | Contains a list of file versions returned in response to a query. |