Files
Model definitions
IntegratorDirectoryItem
- Id: Guid
- Name: string
- LastModified: Date
- FileTags: List<string>
DirectoryItem
- Id: Guid
- ParentId: Guid
- LastModifiedDate: Date
- LastModifiedById?: int
- Name: string
- Type: DirectoryItemType
- Folder
- Media
- File
- FileAccessRoles: List<RoleThatHasAccess>
- For instance Buyer or Seller
- FileTags: List<string>
Restrictions
File Types
The following file types are allowed:
pdf, docx, doc, odt, dot, docm, csv, xls, xlsx, ods, dotx, xlsm, xps, ppt, pptx, xlsb, xml, json, txt, rtf, jpg, jpeg, png, gif, heic, tif, tiff, jfif, webp, bmp, dng, svg, jp2, nef, cr2, dwg, emz, mp4, mp3, mov, avi, sdo, zip, pages, vcf, msg, eml, rpmsg, ics, html, htm, mht, mhtml
File Size
The maximum allowed file size is 1073741824 bytes, or 1.07 gigabytes.
File Names
- Special characters such as å, ä, ö, æ, ø are allowed.
- File names can be up to 255 characters long.
- Multiple whitespaces in a row will be trimmed to 1 whitespace.
CDN Support
We currently do not support CDN functionality when it comes to delivery of files.
Notes
File extensions
It is possible for a file extension (e.g. .png) to be changed if the file is an image and if the file belongs to a case that has been archived.
AI Assistant (Beta)