Class ContentErrorPage
Typed configuration for a content error page.
Namespace: Umbraco.Cms.Core.Configuration.Models
Assembly: Umbraco.Core.dll
Syntax
public class ContentErrorPage : ValidatableEntryBase
Properties
View SourceContentId
Gets or sets a value for the content Id.
Declaration
public int ContentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ContentKey
Gets or sets a value for the content key.
Declaration
public Guid ContentKey { get; set; }
Property Value
Type | Description |
---|---|
Guid |
ContentXPath
Gets or sets a value for the content XPath.
Declaration
public string ContentXPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Culture
Gets or sets a value for the content culture.
Declaration
[Required]
public string Culture { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HasContentId
Gets a value indicating whether the ContentId field is populated.
Declaration
public bool HasContentId { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
HasContentKey
Gets a value indicating whether the ContentKey field is populated.
Declaration
public bool HasContentKey { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
HasContentXPath
Gets a value indicating whether the ContentXPath field is populated.
Declaration
public bool HasContentXPath { get; }
Property Value
Type | Description |
---|---|
System.Boolean |