I have a wiki page and I want to retrieve an url of this page in an edit mode. The problem is that a url of this page in edit and display modes are the same. It doesn't change. How can I solve this problem? Thank you!
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
|
http://example.com/wiki/Pages/home.aspx?ControlMode=Edit&DisplayMode=Design You need to pass the parameter ControlMode=Edit and DisplayMode=Design to the aspx page if you like to open it in edit mode. It's the same as it always was. SharePoint 2010 just hides the parameter and change the modes using a Javascript. |
|||||
|