Sitecore: How to create valid Item Name through programmatically in c#. If you’re creating a new Sitecore item programmatically in […]
How to create sitecore Item from branch template using Sitecore API
Below are the code snippet to get or create Sitecore item from branch template: public Item GetAndCreateBranchItem(string ItemName, BranchItem currentTemplate, […]