Hi, Is it possible to extend the Change Log tool? When any content is deleted from Content ... Log Action list?
Any Suggestions?
You could decompile EPiServer.UI.Admin.ViewChangeLog using DotPeek
I have some experience in creating new reports for the Reports-functionality in Episerver ... webforms?
Thanks in advance Use DotPeek or ILspy to decompile EPiServer.Cms.Shell.UI and find the LinkStatus
PublicKeyToken=b03f5f7f11d50a3a)
After a bit of decompiling and debugging, I determined that the error seems ... used to track Sticky Site KPI conversions.
The decompiler shows that when the cookie does not exist and
ryOrRemoveLineItem extension method.
If you decompile the default implementation of IInventoryProcessor ... LineItems based on inventory available.
If you decompile the Epi code you will see that UpdateInventoryOrRemoveLineItem
the method OrderRewardApplicator.ExtractPrices (decompile to find) would return null instead of an actual ... classes I've decompiled though. Well, that doesn't help much ;)
Looking at the decompiled code, at least
Hi, If a customer buys a set of items, we would give one item(which is not in that set) free. ... one product.But it applied to 5 products. Decompiling the source code for GetFreeItemsProcessorBase
I have used, CommunitySystem.CurrentContext.DefaultSecurity.RemoveUser(IUser user); To ... SecurityHandler.RemoveUser(IUser user)
I have decompiled the '<em>EPiServer.Common.ImplementationModule'</em>
We have a process where users can complete our basket process anonymously. During this process a ... it works for sure :) Thanks, yeah I've decompiled and looked at this before and it didn't seem
I've come across an issue while creating a custom MVC add-on. I have managed to find ... for this? I've debugged (as far as I could with decompiled source) - seems like request for web.config file
How long does visitor group statics data take to refresh? We are testing visitor group criteria ... registry class.
I found the interval by browsing decompiled sources. The visitor group statistics gadget
Hi all, I got an exception when creating contact in Turkish. Please see my sample code: ... 0)</code>?</strong>
Many Thanks!
P/S: When I decompiled Mediachase.BusinessFoundation.Data, Version=10
Episerver Forms are maturing with every update, which helps both developers and those ... documentation just isn’t mature enough, so I started decompiling assemblies to see what I could leverage. (Note:
When creating a discount in episerver back office I recieve the following error: Content ... anyway created and works as expected. When I decompile SalesCampaign I can se that it inherits from BasicContent
I was wondering if there was an online SDK reference for Episerver Forms? Thanks Hi Scott, ... use something like resharper or ILSpy (free) to decompile the DLLs if you want to browse the full assemblies