Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentRepositoryBase<TId, TEntity, TRepository>.TempContent

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Persistence.Repositories.Implement
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    protected class TempContent

    Constructors

    View Source

    TempContent(Int32, Int32, Int32, IContentTypeComposition)

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

    Properties

    View Source

    ContentType

    Gets or sets the content type.

    Declaration
    public IContentTypeComposition ContentType { get; set; }
    Property Value
    Type Description
    IContentTypeComposition
    View Source

    Id

    Gets or sets the identifier of the content.

    Declaration
    public int Id { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    PublishedVersionId

    Gets or sets the published version identifier of the content.

    Declaration
    public int PublishedVersionId { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    Template1Id

    Gets or sets the identifier of the template 1 of the content.

    Declaration
    public int? Template1Id { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    View Source

    Template2Id

    Gets or sets the identifier of the template 2 of the content.

    Declaration
    public int? Template2Id { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    View Source

    VersionId

    Gets or sets the version identifier of the content.

    Declaration
    public int VersionId { get; set; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • TempContent(Int32, Int32, Int32, IContentTypeComposition)
    • Properties
      • ContentType
      • Id
      • PublishedVersionId
      • Template1Id
      • Template2Id
      • VersionId
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX