Interface IContentTypeVersionEvaluator
Namespace: EPiServer.DataAbstraction.Internal
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public interface IContentTypeVersionEvaluatorMethods
Evaluate(ContentType, ContentType, VersionComponent, ContentTypeSaveOptions)
Declaration
ContentTypeVersionStatus Evaluate(ContentType fromContentType, ContentType toContentType, VersionComponent actualChanges, ContentTypeSaveOptions options)Parameters
| Type | Name | Description | 
|---|---|---|
| ContentType | fromContentType | |
| ContentType | toContentType | |
| VersionComponent | actualChanges | |
| ContentTypeSaveOptions | options | 
Returns
| Type | Description | 
|---|---|
| ContentTypeVersionStatus | 
