Sitecore 8:Patching an agent

℡╲_俬逩灬. 提交于 2019-12-07 00:56:28

You can patch exactly as you have posted, i.e. if the param matches an existing param of the same name then it will overwrite it. There is no need for any additional patch: attributes.

You can check the final config from http://<mysite>/sitecore/admin/showconfig.aspx.

If you want to patch param, use patch:instead:

<param desc="languages" patch:instead="param[@desc='languages']">en|pl</param>

You can test the patched values by accessing /sitecore/admin/showconfig.aspx url on your server

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!