Take the community feedback survey now.
Take the community feedback survey now.
I got a question about the File Manager from one of the attendees on my last EPiServer Developer training and I will share my answer with you. You control the name, order and number of starting points in the File Manager for EPiServer CMS 5 by...
EPiServer has a site tag with a lot of attributes. When you change the web.config from EPiServer Manager or by calling Save on the Configuration class yourself all attributes will be on one looong line (this is default behaivour by the dotnet...
Each UnidfiedFile object has a Summary property that you can use to access meta data about the file that is stored in the database (i.e. Author, Category, Comments, Keywords, Subject and Title). These properties can be edited through the file...
I hope you find my research on the new EPiServer CMS Unified File System useful. Here are some example code to get you going. The most tricky part is to manually create a page folder if it does not exsist Getting a handle to an existing file:...
I had a tricky support case today related to Globalization and Dynamic Properties. I will try to share what I found in the end of this blog post. Background It is a common problem that you start an EPiServer project without thinking of Globalizati...