Interface IContentTypeComparer
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.
Namespace: EPiServer.DataAbstraction.Internal
Assembly: EPiServer.dll
Version: 11.20.7Syntax
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 |