A reference to a file attached to an assignment.
File references link assignments to files managed by the file manager, enabling participants to access related materials directly from the assignment.
const ref: FileReference = { fileId: 'file-abc-123', name: 'project-brief.pdf',}; Copy
const ref: FileReference = { fileId: 'file-abc-123', name: 'project-brief.pdf',};
Unique identifier for the referenced file
Display name of the file
A reference to a file attached to an assignment.
Remarks
File references link assignments to files managed by the file manager, enabling participants to access related materials directly from the assignment.
Example