Interface IBlockLayoutItem
Namespace: Umbraco.Cms.Core.Models.Blocks
Assembly: Umbraco.Core.dll
Syntax
public interface IBlockLayoutItem
Properties
View SourceContentKey
Declaration
Guid ContentKey { get; set; }
Property Value
Type | Description |
---|---|
Guid |
ContentUdi
Declaration
Udi ContentUdi { get; set; }
Property Value
Type | Description |
---|---|
Udi |
SettingsKey
Declaration
Guid? SettingsKey { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<Guid> |
SettingsUdi
Declaration
Udi SettingsUdi { get; set; }
Property Value
Type | Description |
---|---|
Udi |