Class ContentBasicSavedStateMapper<T>
Returns the ContentSavedState for an IContent item
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Models.Mapping
Assembly: Umbraco.Core.dll
Syntax
public class ContentBasicSavedStateMapper<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 |
---|---|
System.Nullable<ContentSavedState> |