A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
I need to get all the VideoGallery Videos (EPiServer.Community.VideoGallery.Video).
I have tried to get them as below,
EPiServer.Community.VideoGallery.GetVideos(...)
However, it requires a VideoGalleryCollection as an argument.
Any way to get all the video galleries as VideoGalleryCollection? (So I could use the above GetVideos(..) to get videos)