Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Interface IContentTypeComparer

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.

Namespace: EPiServer.DataAbstraction.Internal
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public interface IContentTypeComparer

Methods

ClassifySemanticVersionChanges(ContentType, ContentType)

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Classifies the changes/difference between the provided contentType and other.

Declaration
ContentTypeDifference ClassifySemanticVersionChanges(ContentType contentType, ContentType other)
Parameters
Type Name Description
ContentType contentType

The content type to compare.

ContentType other

The content type to compare with.

Returns
Type Description
ContentTypeDifference

Returns the semantic difference between contentType and other, e.g. a breaking change between the two provided content types returns Major.

Extension Methods