Interface IContentTypeAnalyzer
NOTE: This is a pre-release API that is UNSTABLE and might not satisfy the compatibility requirements as denoted by its associated normal version. Used to analyze and find changes between two content types
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public interface IContentTypeAnalyzer
Methods
Analyze(ContentType, ContentType)
Analyze two content types.
Declaration
IEnumerable<ContentTypeDifference> Analyze(ContentType contentType, ContentType other)
Parameters
| Type | Name | Description |
|---|---|---|
| ContentType | contentType | The content type |
| ContentType | other | The content type |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<ContentTypeDifference> | List of changes between two content types. |