Class ComponentPropertiesNames
Version: 21.x
Constants relevant to Component placeholder.
Inheritance
System.Object
ComponentPropertiesNames
Namespace: Sitecore.LayoutService.Client.Json.Constants
Assembly: Sitecore.LayoutService.Client.Json.dll
Syntax
RequestResponse
public static class ComponentPropertiesNames : ObjectFields
ComponentName
The name of the ComponentName attribute.
Declaration
RequestResponse
public const string ComponentName = "componentName"Field Value
| Type | Description |
|---|---|
| System.String |
DataSource
The name of the DataSource attribute.
Declaration
RequestResponse
public const string DataSource = "dataSource"Field Value
| Type | Description |
|---|---|
| System.String |
Fields
The name of the Fields attribute.
Declaration
RequestResponse
public const string Fields = "fields"Field Value
| Type | Description |
|---|---|
| System.String |
Id
The name of the Id attribute.
Declaration
RequestResponse
public const string Id = "uid"Field Value
| Type | Description |
|---|---|
| System.String |
Params
The name of the Params attribute.
Declaration
RequestResponse
public const string Params = "params"Field Value
| Type | Description |
|---|---|
| System.String |
Placeholders
The name of the Placeholders attribute.
Declaration
RequestResponse
public const string Placeholders = "placeholders"Field Value
| Type | Description |
|---|---|
| System.String |