Try our conversational search powered by Generative AI!

Get the latest!

Follow bloggers on Optimizely World to get the latest from people who know all about the Optimizely platform! You will find blog posts from the entire Optimizely community, as well as from the Optimizely development teams.

Start blogging - create your own blog (requires log in)
Manage your blog posts on Optimizely World (requires log in)
Rules for blogging on Optimizely World

Syndication and sharing

loading
  • Syndicated blog - Posted on: Apr 20, 2017

    I will note those steps for re-use because I got some questions about new users – that was added to WebAdmins group but they cannot use service api. Environment Quicksilver with service api installed. We will use PostMan tool to verify this issue....

  • Syndicated blog - Posted on: Apr 20, 2017

    Environment Quicksilver site. Visual Studio 2015 or later version for our implementation. Install service api to QuickSilver Open QuickSilver solution via VS 2015. Open Package Manager Console, and type install-package EPiServer.ServiceApi.Commerc...

  • Syndicated blog - Posted on: Apr 20, 2017

    Environment Quicksilver site. Visual Studio 2015 or later version for our implementation. Install service api to QuickSilver Open QuickSilver solution via VS 2015. Open Package Manager Console, and type install-package EPiServer.ServiceApi.Commerc...

  • Syndicated blog - Posted on: Apr 19, 2017

    In Edit Mode, the Content Details Panel shows information about Content Type, internal ID, roles and languages. It could be useful for administrators, but sometimes we would like to hide it for editors. Below I will describe how can we control the...

  • Syndicated blog - Posted on: Apr 19, 2017

    2 min reading how you can customize and override the CSS in Episerver UI admin with help of module system.

  • Syndicated blog - Posted on: Apr 18, 2017

    I will show you how to easily bind parameters to your action methods without using the querystring. I have a page, MyPage , with a controller that looks like this: public async Task Index(MyPage currentPage, int myId) { var response = await...

  • Syndicated blog - Posted on: Apr 18, 2017

    Without going into detailed benefits of CDN, generally CDNs are used to deliver the contents from fastest and closest available server.  In Episerver Digital Experience Cloud services, CDN has its own URL pointing to the original URL. The visitor...

  • Syndicated blog - Posted on: Apr 18, 2017

    When you’re adding custom EPiServer Forms field blocks to your solution, you occasionally have the need for adding custom validation as well. Here is a sample of how to add a custom server side validation to your textfield block; you will probably...