Class DataSource
- Namespace
- Sitecore.AspNetCore.SDK.LayoutService.Client.Response.Model
- Assembly
- Sitecore.AspNetCore.SDK.LayoutService.Client.dll
Class used to define an items datasource information.
public class DataSource
- Inheritance
-
DataSource
- Inherited Members
Properties
Id
Gets or sets the Id.
public string Id { get; set; }
Property Value
Language
Gets or sets the Language.
public string Language { get; set; }
Property Value
Revision
Gets or sets the Revision.
public string Revision { get; set; }
Property Value
Version
Gets or sets the Version.
public int Version { get; set; }