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
DisplayName
Gets or sets the display name of the file.
public string? DisplayName { get; set; }
Property Value
Extension
Gets or sets the extension of the file.
public string? Extension { get; set; }
Property Value
Keywords
Gets or sets the keywords for the file.
public string? Keywords { get; set; }
Property Value
MimeType
Gets or sets the mime type of the file.
public string? MimeType { get; set; }
Property Value
Name
Gets or sets the name of the file.
public string? Name { get; set; }
Property Value
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
Title
Gets or sets the title of the file.
public string? Title { get; set; }