Merge remote-tracking branch 'upstream' into v8/bugfix/enum-extensions

This commit is contained in:
Ronald Barendse
2020-01-22 11:04:11 +01:00
338 changed files with 9522 additions and 4936 deletions

View File

@@ -27,6 +27,11 @@ namespace Umbraco.Core
/// </returns>
public static bool VariesByNothing(this IContentTypeBase contentType) => contentType.Variations.VariesByNothing();
/// <summary>
/// Determines whether the content type varies by segment.
/// </summary>
public static bool VariesBySegment(this ISimpleContentType contentType) => contentType.Variations.VariesBySegment();
/// <summary>
/// Determines whether the content type is invariant.
/// </summary>