huwred
12/19/2023, 2:23 PMcsharp
options.Validator = new ContentValueSetValidator(true, false, _publicAccessService, _scopeProvider, includeItemTypes: new[] { "forumPost" });
This method does not accept an Umbraco.Cms.Infrastructure.Scoping.ICoreScopeProvider, so what should I do about it?Ambert
12/19/2023, 2:23 PMAmbert
12/19/2023, 2:23 PMAmbert
12/19/2023, 2:23 PMAmbert
12/19/2023, 2:24 PMhuwred
12/19/2023, 2:34 PM