Class DefaultContentTypeVersionEvaluator
Inheritance
System.Object
    DefaultContentTypeVersionEvaluator
  Implements
Namespace: EPiServer.DataAbstraction.Internal
Assembly: EPiServer.dll
Version: 12.0.3Syntax
[ServiceConfiguration]
public class DefaultContentTypeVersionEvaluator : Object, IContentTypeVersionEvaluatorConstructors
DefaultContentTypeVersionEvaluator()
Declaration
public DefaultContentTypeVersionEvaluator()Methods
Evaluate(ContentType, ContentType, VersionComponent, ContentTypeSaveOptions)
Declaration
public ContentTypeVersionStatus Evaluate(ContentType from, ContentType to, VersionComponent evaluateTo, ContentTypeSaveOptions options)Parameters
| Type | Name | Description | 
|---|---|---|
| ContentType | from | |
| ContentType | to | |
| VersionComponent | evaluateTo | |
| ContentTypeSaveOptions | options | 
Returns
| Type | Description | 
|---|---|
| ContentTypeVersionStatus | 
