Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out 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); }
Me to .
I'm not looking to open a pagefile folder, but thanx for trying.
I would like to open/select different subfolder under ~/Documents/
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".