Interface IContentTypeComparer
Namespace: EPiServer.DataAbstraction.Internal
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public interface IContentTypeComparerMethods
ClassifySemanticVersionChanges(ContentType, ContentType)
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  | 
