Class Component
Version: 21.x
Represents component information for a Sitecore layout service response.
Inherited Members
Namespace: Sitecore.LayoutService.Client.Response.Model
Assembly: Sitecore.LayoutService.Client.Abstractions.dll
Syntax
Constructors
Component()
Declaration
Properties
DataSource
Gets or sets the datasource of the component.
Declaration
Property Value
| Type | Description |
|---|---|
| System.String |
Id
Gets or sets the ID of the component.
Declaration
Property Value
| Type | Description |
|---|---|
| System.String |
Name
Gets or sets the name of the component.
Declaration
Property Value
| Type | Description |
|---|---|
| System.String |
Parameters
Gets or sets the parameters for the component.
Declaration
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<System.String, System.String> |
Placeholders
Gets or sets the placeholders for the component.
Declaration
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<System.String, Placeholder> |