Interface IStatusTransitionEvaluator
Component that will evaluate which status a IContent item
should transition to when a specific Save
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public interface IStatusTransitionEvaluator
Methods
Evaluate(IContent, SaveAction)
Evaluates which status a content item in it's current state should transition to if the provided action is taken.
Declaration
StatusTransition Evaluate(IContent content, SaveAction action)
Parameters
Type | Name | Description |
---|---|---|
IContent | content | The content item that should be evaluated. |
Save |
action | The suggested action to take. |
Returns
Type | Description |
---|---|
Status |
A Status |