Class SingleBlockValue
Represents a single block value.
Namespace: Umbraco.Cms.Core.Models.Blocks
Assembly: Umbraco.Core.dll
Syntax
public class SingleBlockValue : BlockValue<SingleBlockLayoutItem>
Constructors
View SourceSingleBlockValue()
Initializes a new instance of the SingleBlockValue class.
Declaration
public SingleBlockValue()
SingleBlockValue(SingleBlockLayoutItem)
Initializes a new instance of the SingleBlockValue class.
Declaration
public SingleBlockValue(SingleBlockLayoutItem layout)
Parameters
| Type | Name | Description |
|---|---|---|
| SingleBlockLayoutItem | layout | The layout. |
Properties
View SourcePropertyEditorAlias
Gets the property editor alias of the current layout.
Declaration
[JsonIgnore]
public override string PropertyEditorAlias { get; }
Property Value
| Type | Description |
|---|---|
| string | The property editor alias of the current layout. |