简体   繁体   中英

Go to Edit mode of a sharepoint publishing page programmatically

如何以编程方式进入sharepoint 2013发布页面的编辑模式?

You can do it by doing a redirect to the page you want to edit appending "?ControlMode=Edit&DisplayMode=Design" to the URL (pay attention to the case)

Also the page should be checked out

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM