Posts

Showing posts from June, 2024

Unlocking Sitecore Content Hub: A Guide to Utilizing the Web Client SDK - Part 2

Unlocking Sitecore Content Hub: A Guide to Utilizing the Web Client SDK - Part 2 The previous blog discussed how to authenticate using the OAuth client. The Web Client SDK includes an Entities client for executing CRUD operations—such as reading, creating, updating, and deleting entities—in Content Hub. For more details, you can visit Sitecore's Web Client SDK documentation . Here are some examples of CRUD operations on entities. Create Entities To create the entity, use the EntityFactory to instantiate an Entity, set its properties using SetPropertyValue, and then call the SaveAsync method to save the changes. public static async Task<long> CreateAssestEntity() { IEntity asset = await MClientConnector.Client.EntityFactory.CreateAsync("M.Asset").ConfigureAwait(false); asset.SetPropertyValue("Title", "This is a test Asset"); return await MClientConnector.Client.Entities.SaveAsync(asset).ConfigureAwait(false);

SUGCON INDIA 2024

Image
SUGCON INDIA 2024 What is a SUGCON? SUGCON India, the Sitecore User Group Conference India, is an annual gathering that unites professionals, developers, marketers, and enthusiasts from the Sitecore community. As a premier event in the field of customer experience management, it offers a valuable platform for sharing knowledge, insights, and experiences related to Sitecore solutions and digital marketing strategies. Each year, SUGCON India features a diverse array of sessions, workshops, and keynote presentations led by experts and thought leaders from the Sitecore community. Attendees have the chance to deepen their understanding of Sitecore's capabilities, learn about the latest updates and innovations, and network with like-minded individuals. SUGCON INDIA Sitecore User Group Conference (SUGCON) is continuing to bring together Sitecore enthusiasts and professionals. Last year's event in Delhi must have been quite an experience, and it's exciting that this year's SUGC