Table of Contents

Class File

Namespace
Sitecore.AspNetCore.SDK.LayoutService.Client.Response.Model.Properties
Assembly
Sitecore.AspNetCore.SDK.LayoutService.Client.dll

Represents the properties of a file in a Sitecore layout service response.

public class File
Inheritance
File
Inherited Members

Properties

Description

Gets or sets the description of the file.

public string? Description { get; set; }

Property Value

string

DisplayName

Gets or sets the display name of the file.

public string? DisplayName { get; set; }

Property Value

string

Extension

Gets or sets the extension of the file.

public string? Extension { get; set; }

Property Value

string

Keywords

Gets or sets the keywords for the file.

public string? Keywords { get; set; }

Property Value

string

MimeType

Gets or sets the mime type of the file.

public string? MimeType { get; set; }

Property Value

string

Name

Gets or sets the name of the file.

public string? Name { get; set; }

Property Value

string

Size

Gets or sets the size of the file.

public long? Size { get; set; }

Property Value

long?

Src

Gets or sets the source of the file.

public string? Src { get; set; }

Property Value

string

Title

Gets or sets the title of the file.

public string? Title { get; set; }

Property Value

string