Retrieving Sitecore items Position A in the content tree and to the user in Position B

拈花ヽ惹草 提交于 2019-12-11 02:11:54

问题


Given the following content tree, how could I associate Dealerships with Cars so that I can get a URL like this?

http://website/Dealerships/JimWhite/Ford

I need to be able to have the content viewable and editable under cars, but automatically updated under the dealerships.

I assume there is some kind of link I can do?

  • Home
    • Cars
      • Ford
      • Honda
      • Toyota
    • Dealerships
      • JimWhite
      • TomJones

回答1:


Take a look at this document on SDN, especially the chapter about Sharing and Reusing Items and Field Values (Aliases, Proxies, Wildcard items).




回答2:


I think you should look into aliases on the SDN.




回答3:


My Item Mirror module might do the trick.

http://blog.capaxsolutions.co.uk/2010/06/09/sitecore-item-mirroring-making-an-item-appear-in-more-than-one-place/



来源:https://stackoverflow.com/questions/4737337/retrieving-sitecore-items-position-a-in-the-content-tree-and-to-the-user-in-posi

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