Obsolete trycreate method

This commit is contained in:
Zeegaan
2022-07-06 12:56:29 +02:00
parent ffcda46654
commit ed44c76fa0

View File

@@ -237,7 +237,8 @@ public sealed class CultureImpact
/// <remarks>
/// <para>Validates that the culture is compatible with the variation.</para>
/// </remarks>
// TODO: Remove this once Create() can be removed (V12), this already lives in CultureImpactService
// Remove this once Create() can be removed (V12), this already lives in CultureImpactFactory
[Obsolete("Please use the CultureImpactFactory instead, scheduled for removal in v12")]
internal static bool TryCreate(string culture, bool isDefault, ContentVariation variation, bool throwOnFail,
bool editInvariantFromNonDefault, out CultureImpact? impact)
{