November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
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".