Class ContentSavedStateMapper<T>
Returns the ContentSavedState for an IContent item
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Models.Mapping
Assembly: Umbraco.Core.dll
Syntax
public class ContentSavedStateMapper<T>
where T : ContentPropertyBasic
Type Parameters
Name | Description |
---|---|
T |
Methods
View SourceMap(IContent, MapperContext)
Declaration
public ContentSavedState Map(IContent source, MapperContext context)
Parameters
Type | Name | Description |
---|---|---|
IContent | source | |
MapperContext | context |
Returns
Type | Description |
---|---|
ContentSavedState |