Interface IContentVersionResolver
Used to resolve which version of a content instance that is to be updated
Namespace: EPiServer.Core.Internal
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public interface IContentVersionResolverMethods
Resolve(IContent, SaveAction)
Resolves which version that is to be updated for specified content given saveAction
Declaration
ContentReference Resolve(IContent content, SaveAction saveAction)Parameters
| Type | Name | Description | 
|---|---|---|
| IContent | content | The content that is to be updated | 
| SaveAction | saveAction | The save action specified | 
Returns
| Type | Description | 
|---|---|
| ContentReference | 
