Take the community feedback survey now.
Take the community feedback survey now.
Make URLs for EPiServer CMS pages lowercased using a simple initialization module. By default EPiServer CMS generates URL segments, or routing segments, based on a page’s name. It does this by stripping out special characters and replacing...
By default only the first ten hits are returned when using EPiServer Find. That number can be increased to a thousand, but not more. Here's an example of how to get *all* hits. Use with caution :) public IEnumerable GetPages() { int...
EPiServer 7 brings a lot of changes and a new editorial UI. Meanwhile the API is said to be backwards compatible. I've investigated the upgrade experience and found a few interesting things. I’ve been investigating the upgrade experience from...
From BlockData and ContentData, implemented by blocks when used as properties as well: IContentData IInitializableContent IModifiedTrackable IReadOnly IReadOnly From ContentMixin, shared blocks only: IContent IChangeTrackable IExportable...
Come and learn how to do content retrieval and great free text search using EPiServer Find. I occasionally work as a technical trainer for EPiServer Training. I enjoy that as I get to meet people from different companies as well as people from...