Class Route
Version: 21.x
Represents the route information of a Sitecore layout service response.
Implements
Inherited Members
Namespace: Sitecore.LayoutService.Client.Response.Model
Assembly: Sitecore.LayoutService.Client.Abstractions.dll
Syntax
Constructors
Route()
Declaration
Properties
DatabaseName
Gets or sets the name of the database.
Declaration
Property Value
| Type | Description |
|---|---|
| System.String |
DeviceId
Gets or sets the device ID.
Declaration
Property Value
| Type | Description |
|---|---|
| System.String |
ItemId
Gets or sets the route item ID.
Declaration
Property Value
| Type | Description |
|---|---|
| System.String |
ItemLanguage
Gets or sets the item language.
Declaration
Property Value
| Type | Description |
|---|---|
| System.String |
ItemVersion
Gets or sets the item version.
Declaration
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
LayoutId
Gets or sets the layout ID.
Declaration
Property Value
| Type | Description |
|---|---|
| System.String |
Name
Gets or sets the route name.
Declaration
Property Value
| Type | Description |
|---|---|
| System.String |
Placeholders
Gets or sets the route placeholders.
Declaration
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<System.String, Placeholder> |
TemplateId
Gets or sets the template ID.
Declaration
Property Value
| Type | Description |
|---|---|
| System.String |
TemplateName
Gets or sets the template name.
Declaration
Property Value
| Type | Description |
|---|---|
| System.String |