Table of Contents

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

DataSource

FieldId

Gets or sets the FieldId.

public string FieldId { get; set; }

Property Value

string

FieldType

Gets or sets the FieldType.

public string FieldType { get; set; }

Property Value

string

RawValue

Gets or sets the RawValue.

public string RawValue { get; set; }

Property Value

string

Title

Gets or sets the title.

public string Title { get; set; }

Property Value

string