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
We do not have any restrictions on what file types can be uploaded.
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.