I am looking for the best way to link to an item in the Sitecore client (not the external website). The link will be embedded in a broken links report email. The user should be able to click the link
I am inheriting a sitecore implementation and I have been trying to debug a membership form. The membership page contains a membership sublayout that contains a simple form (first, last, address,...).
I just started to look into Sitecore and I was wondering if anyone can help me enlighten what / how it is exactly from a developer perspective.
Is there a way to tell Sitecore (using workflow or some other way) that a user should only be able to modify the items that they created in Sitecore?
Sitecore has the concept of commands which are defined in co开发者_JAVA百科mmands.config and point to a class with Execute() method.
How do I get the values from the \"Parameters\" field (second screenshot) in the code-behind of the sublayout?
I\'m building a data repository site that I will then clone in its entirety to provide multiple clone sites, enabling localistaion of global content.
I\'m trying to get the sublayout item开发者_开发技巧 (or item id) in the codebehind. Is this possible?
I created site A successfully in sitecore and has deployed to production, now I want to add another site B to the same sitecore instance. I am aware of how to do this, b开发者_开发问答ut I am not sure
I am adding images to the Media Library using the \"Sitecore.Resources.Media.MediaCreator\" and the \"CreateFromStream\"-function.