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
public static string EditURL(this PageData page) { return string.Format( "{0}default.aspx?id={1}&epslanguage={2}&selectededitpaneltab=1", UriSupport.AbsoluteUrlFromUIBySettings("edit/"), page.PageLink, page.LanguageBranch); }
Thank you very much especially about the selectededitpaneltab attribute did not have a clue about that one
Cheers
Minesh
Whats the best way for me to get the edit mode url if i have a PageData object
i.e. build something up like : http://localhost:49000/secret/ui/CMS/edit/Default.aspx?id=31&mode=editmode
Or do i have to get the url from episerver.config and pass in the pageID ?