I'm trying to add multiple folders in a Multiple Media Picker but when i'm looping through it i'm only getting a single ID.
This is the code i'm using to loop through the content:
var tabList = Model.Content.GetPropertyValue<string>("containertab").Split(new string[] { "," }, StringSplitOptions.RemoveEmptyEntries).Select(int.Parse);
Is it allowed to add multiple folders in multiple media picker? How can get the ID of each folder?
It is allowed, try to display the raw field to check you have multiple id's somethings like
1135,1136
Simple code example: