ContentService SaveAndPublish raiseEvents paramete...
# help-with-umbraco
n
raiseEvents parameter not available anymore in ContentService Save / SaveAndPublish event in Umbraco 11? https://github.com/umbraco/Umbraco-CMS/blob/release-11.3.1/src/Umbraco.Core/Services/ContentService.cs Its going in infinate loop now and breaking code This refence for Umbraco 8 SaveAndPublish https://github.com/umbraco/Umbraco-CMS/blob/release-8.16.0/src/Umbraco.Core/Services/Implement/ContentService.cs
p
n
ohk. I will givei it a go . Thanks
looks lile ScopeProvider is internal class
@Patrick de Mooij
p
You can use the interface IScopeProvider instead of the ScopeProvider class
n
@Patrick de Mooij it works by injecting Interface . Thanks
9 Views