Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
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 ?