World is now on Opti ID! Learn more
World is now on Opti ID! Learn more
Ved oppgradering av Epinova.WebParts.Providers 1 til version 2 har noen opplevd at webdeler forsvinner fra visningen. Dette gjaldt webdeler som var lagret i aspnet tabellen. Dette var fordi ReformatPath metoden i provideren ikke lenger støttet...
This post tries to pinpoint every aspect of the EPiServer.Blog setup. How do you add tags to the tags collection property on the blog item page, how does the tagcloud get updated, how does the blog item pages get created beneath correct date root...
"Have you ever wanted to store multiple page references in one property in EPiServer? This custom property lets you do exactly that." (copied from coderesort.com) Introduction: CodeResort is a hosted community for code development and maintainance...
Keywords: Trust, domain, SystemException, System.Security.Principal.NTAccount.TranslateToSids, EPiServer.Security.UnifiedPrincipal.IsInRole The solution to this failure message is pretty well described both on EPiServer forum and on EPiServer...
Keywords: EPiServer 4.6, UserName, EPiServer.Security.UnifiedPrincipal.Current I had this code, and I needed to know the username of the currently logged on user. Using EPiServer.Security; UnifiedPrincipal currentUser = UnifiedPrincipal.Current;...