Try our conversational search powered by Generative AI!

Interface IContentTypeVersionEvaluator

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 IContentTypeVersionEvaluator

Methods

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

Extension Methods