Interface IBlockConfiguration
Represents the configuration for a block in block-based editors.
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
public interface IBlockConfiguration
Properties
View SourceContentElementTypeKey
Gets or sets the unique key of the content element type for this block.
Declaration
Guid ContentElementTypeKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
SettingsElementTypeKey
Gets or sets the unique key of the settings element type for this block.
Declaration
Guid? SettingsElementTypeKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid? |
Remarks
Can be null if the block does not have settings.