Search Results for

    Show / Hide Table of Contents
    View Source

    Struct ReadOnlyContentBaseAdapter

    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public struct ReadOnlyContentBaseAdapter : IReadOnlyContentBase

    Properties

    View Source

    ContentTypeId

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

    CreateDate

    Declaration
    public readonly DateTime CreateDate { get; }
    Property Value
    Type Description
    DateTime
    View Source

    CreatorId

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

    Id

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

    Key

    Declaration
    public readonly Guid Key { get; }
    Property Value
    Type Description
    Guid
    View Source

    Level

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

    Name

    Declaration
    public readonly string Name { get; }
    Property Value
    Type Description
    System.String
    View Source

    ParentId

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

    Path

    Declaration
    public readonly string Path { get; }
    Property Value
    Type Description
    System.String
    View Source

    SortOrder

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

    UpdateDate

    Declaration
    public readonly DateTime UpdateDate { get; }
    Property Value
    Type Description
    DateTime
    View Source

    VersionId

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

    WriterId

    Declaration
    public readonly int WriterId { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    View Source

    Create(IContentBase)

    Declaration
    public static ReadOnlyContentBaseAdapter Create(IContentBase content)
    Parameters
    Type Name Description
    IContentBase content
    Returns
    Type Description
    ReadOnlyContentBaseAdapter
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • ContentTypeId
      • CreateDate
      • CreatorId
      • Id
      • Key
      • Level
      • Name
      • ParentId
      • Path
      • SortOrder
      • UpdateDate
      • VersionId
      • WriterId
    • Methods
      • Create(IContentBase)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX