Show / Hide Table of Contents

Class Route

Represents the route information of a Sitecore layout service response.

Inheritance
System.Object
FieldsReader
Route
Implements
IFieldsReader
Inherited Members
FieldsReader.ReadField<TField>(String)
FieldsReader.TryReadField<TField>(String, TField)
FieldsReader.ReadFields<T>()
FieldsReader.TryReadFields<T>(T)
FieldsReader.ReadField(Type, String)
FieldsReader.TryReadField(Type, String, Object)
FieldsReader.TryReadFields(Type, Object)
FieldsReader.ReadFields(Type)
FieldsReader.HandleReadFields(Type)
FieldsReader.Fields
Namespace: Sitecore.LayoutService.Client.Response.Model
Assembly: Sitecore.LayoutService.Client.Abstractions.dll
Syntax
public class Route : FieldsReader, IFieldsReader

Constructors

Route()

Declaration
public Route()

Properties

DatabaseName

Gets or sets the name of the database.

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

DeviceId

Gets or sets the device ID.

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

ItemId

Gets or sets the route item ID.

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

ItemLanguage

Gets or sets the item language.

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

ItemVersion

Gets or sets the item version.

Declaration
public Nullable<int> ItemVersion { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

LayoutId

Gets or sets the layout ID.

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

Name

Gets or sets the route name.

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

Placeholders

Gets or sets the route placeholders.

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

TemplateId

Gets or sets the template ID.

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

TemplateName

Gets or sets the template name.

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

Implements

IFieldsReader
Back to top Generated by DocFX