Obsolete constructor with deprecated IScopeProvider (#14424)

This commit is contained in:
Anders Reus
2023-06-21 22:44:39 +02:00
committed by GitHub
parent 4d63b3ce30
commit 4b0e971cf5

View File

@@ -41,6 +41,7 @@ public class ContentValueSetValidator : ValueSetValidator, IContentValueSetValid
_scopeProvider = scopeProvider;
}
[Obsolete("This constructor is obsolete, the IScopeProvider will change to Infrastructure.Scoping.ScopeProvider instead, this will be removed in Umbraco 14.")]
public ContentValueSetValidator(
bool publishedValuesOnly,
bool supportProtectedContent,