Show / Hide Table of Contents

Class SearchTemplateDto

Inheritance
System.Object
SearchTemplateDto
Namespace: Mix.Lib.Dtos
Assembly: mix.library.dll
Syntax
public class SearchTemplateDto : SearchRequestDto

Constructors

| Improve this Doc View Source

SearchTemplateDto()

Declaration
public SearchTemplateDto()
| Improve this Doc View Source

SearchTemplateDto(SearchRequestDto, HttpRequest)

Declaration
public SearchTemplateDto(SearchRequestDto req, HttpRequest request)
Parameters
Type Name Description
SearchRequestDto req
Microsoft.AspNetCore.Http.HttpRequest request

Properties

| Improve this Doc View Source

Folder

Declaration
public MixTemplateFolderType? Folder { get; set; }
Property Value
Type Description
System.Nullable<MixTemplateFolderType>
| Improve this Doc View Source

ThemeId

Declaration
public int? ThemeId { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾