Show / Hide Table of Contents

Class EditableChrome

Represents chrome information for a Sitecore layout service response.

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

Constructors

EditableChrome()

Declaration
public EditableChrome()

Properties

Attributes

Gets or sets the attributes for the chrome.

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

Content

Gets or sets the content of the chrome.

Declaration
public string Content { get; set; }
Property Value
Type Description
System.String

Name

Gets or sets the name of the chrome.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

Type

Gets or sets the type of the chrome.

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

Implements

IPlaceholderFeature
Back to top Generated by DocFX