Class ApiBlockItem
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Models.DeliveryApi
Assembly: Umbraco.Core.dll
Syntax
public class ApiBlockItem
Constructors
View SourceApiBlockItem(IApiElement, IApiElement)
Declaration
public ApiBlockItem(IApiElement content, IApiElement settings)
Parameters
Type | Name | Description |
---|---|---|
IApiElement | content | |
IApiElement | settings |
Properties
View SourceContent
Declaration
public IApiElement Content { get; }
Property Value
Type | Description |
---|---|
IApiElement |
Settings
Declaration
public IApiElement Settings { get; }
Property Value
Type | Description |
---|---|
IApiElement |