Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentErrorPage

    Typed configuration for a content error page.

    Inheritance
    System.Object
    ValidatableEntryBase
    Namespace: Umbraco.Cms.Core.Configuration.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class ContentErrorPage : ValidatableEntryBase

    Properties

    View Source

    ContentId

    Gets or sets a value for the content Id.

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

    ContentKey

    Gets or sets a value for the content key.

    Declaration
    public Guid ContentKey { get; set; }
    Property Value
    Type Description
    Guid
    View Source

    ContentXPath

    Gets or sets a value for the content XPath.

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

    Culture

    Gets or sets a value for the content culture.

    Declaration
    [Required]
    public string Culture { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    HasContentId

    Gets a value indicating whether the ContentId field is populated.

    Declaration
    public bool HasContentId { get; }
    Property Value
    Type Description
    System.Boolean
    View Source

    HasContentKey

    Gets a value indicating whether the ContentKey field is populated.

    Declaration
    public bool HasContentKey { get; }
    Property Value
    Type Description
    System.Boolean
    View Source

    HasContentXPath

    Gets a value indicating whether the ContentXPath field is populated.

    Declaration
    public bool HasContentXPath { get; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • ContentId
      • ContentKey
      • ContentXPath
      • Culture
      • HasContentId
      • HasContentKey
      • HasContentXPath
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX