Interface IContentVersionResolver
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Used to resolve which version of a content instance that is to be updated
Namespace: EPiServer.Core.Internal
Assembly: EPiServer.dll
Version: 10.10.4Syntax
public interface IContentVersionResolverMethods
Resolve(IContent, SaveAction)
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. 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 | 
