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've used this before:
protected string GetFileManagerBrowserPath() { return string.Format("{0}?id={1}&parent=1&folderid={2}&browserselectionmode=file&selectedfile=", UriSupport.ResolveUrlFromUIBySettings("Edit/FileManagerBrowser.aspx"), CurrentPage.PageLink.ID, CurrentPage.Property["PageFolderID"].Value); }
When opening the filemanager with javascipt is there any querystring parameter you can use to specify the starting poing?
I know there is a parameter named selectedfile, i'm looking for somthing lika "selectedfolder".