Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    Map(IContent, MapperContext)

    Declaration
    public ContentSavedState? Map(IContent source, MapperContext context)
    Parameters
    Type Name Description
    IContent source
    MapperContext context
    Returns
    Type Description
    System.Nullable<ContentSavedState>
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • Map(IContent, MapperContext)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX