Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Fotoware Media imported into Optimizely are organized into a year-month folder structure to facilitate browsing and prevent issues with large media lists in the same folder, which Optimizely doesn't handle well. By default, folders are created based on the year and month when the media was imported. However, you can customize this structure. For example, you could base it on metadata within your solution.

2024/

|

---└── 06/

|

├── image01.jpg
└── video02.mp4

This customization is achieved by implementing the IFolderResolver interface.

...