Class MetaData
- Namespace
 - Sitecore.AspNetCore.SDK.LayoutService.Client.Response.Model
 
- Assembly
 - Sitecore.AspNetCore.SDK.LayoutService.Client.dll
 
Class used to define an items metadata information.
public class MetaData
  - Inheritance
 - 
      
      MetaData
 
- Inherited Members
 
Properties
DataSource
Gets or sets the DataSource.
public DataSource? DataSource { get; set; }
  Property Value
FieldId
Gets or sets the FieldId.
public string FieldId { get; set; }
  Property Value
FieldType
Gets or sets the FieldType.
public string FieldType { get; set; }
  Property Value
RawValue
Gets or sets the RawValue.
public string RawValue { get; set; }
  Property Value
Title
Gets or sets the title.
public string Title { get; set; }