Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentRepositoryBase<TId, TEntity, TRepository>.TempContent<T>

    Inheritance
    System.Object
    ContentRepositoryBase.TempContent<>
    Namespace: Umbraco.Cms.Infrastructure.Persistence.Repositories.Implement
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    protected class TempContent<T> : ContentRepositoryBase<TId, TEntity, TRepository>.TempContent where T : class, IContentBase
    Type Parameters
    Name Description
    T

    Constructors

    View Source

    TempContent(Int32, Int32, Int32, IContentTypeComposition, T)

    Declaration
    public TempContent(int id, int versionId, int publishedVersionId, IContentTypeComposition contentType, T content = null)
    Parameters
    Type Name Description
    System.Int32 id
    System.Int32 versionId
    System.Int32 publishedVersionId
    IContentTypeComposition contentType
    T content

    Properties

    View Source

    Content

    Gets or sets the associated actual content.

    Declaration
    public T Content { get; set; }
    Property Value
    Type Description
    T
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • TempContent(Int32, Int32, Int32, IContentTypeComposition, T)
    • Properties
      • Content
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX