World is now on Opti ID! Learn more
World is now on Opti ID! Learn more
In EPiServer it is possible to view images of workflows. These images are generated on the server side by using the workflow designer (same designer as you see in Visual Studio). On Windows7 or Windows 2008 R2 there might be an exception thrown...
In CMS6 it is possible to get an own exclusive stream to write data into the export package (and read data from on the import side). The concept is that you register a handler (which must derive from a special base class, more on that later) on th...
There are some new features in CMS6 regarding license and site handling that I would like to share with you in this post. Site management In admin mode there is a new option “Site Information” as seen below: From the list you might already see a n...
When implementing a custom page provider, the recommended way to initialize a PageData object (that is to populate the instance with properties) is to call the method InitializePageData on PageProviderBase. This call is rather costly and includes ...
When implementing a custom page provider, the recommended way to initialize a PageData object (that is to populate the instance with properties) is to call the method InitializePageData on PageProviderBase. This call is rather costly and includes ...