View Source
Class ContentTypeBaseExtensions
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public static class ContentTypeBaseExtensions
Methods
View Source
GetItemType(IContentTypeBase)
Declaration
public static PublishedItemType GetItemType(this IContentTypeBase contentType)
Parameters
Returns
View Source
WasPropertyTypeVariationChanged(IContentTypeBase)
Used to check if any property type was changed between variant/invariant
Declaration
public static bool WasPropertyTypeVariationChanged(this IContentTypeBase contentType)
Parameters
Returns
Type |
Description |
System.Boolean |
|