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