Class EditableChrome

Version: 21.x

Represents chrome information for a Sitecore layout service response.

Inheritance
System.Object
EditableChrome
Implements
Namespace: Sitecore.LayoutService.Client.Response.Model
Assembly: Sitecore.LayoutService.Client.Abstractions.dll
Syntax
RequestResponse
public class EditableChrome : Object, IPlaceholderFeature

Constructors

EditableChrome()

Declaration
RequestResponse
public EditableChrome()

Properties

Attributes

Gets or sets the attributes for the chrome.

Declaration
RequestResponse
public Dictionary<string, string> Attributes { get; set; }
Property Value
TypeDescription
System.Collections.Generic.Dictionary<System.String, System.String>

Content

Gets or sets the content of the chrome.

Declaration
RequestResponse
public string Content { get; set; }
Property Value
TypeDescription
System.String

Name

Gets or sets the name of the chrome.

Declaration
RequestResponse
public string Name { get; set; }
Property Value
TypeDescription
System.String

Type

Gets or sets the type of the chrome.

Declaration
RequestResponse
public string Type { get; set; }
Property Value
TypeDescription
System.String

Implements

Do you have some feedback for us?

If you have suggestions for improving this article,