Class SearchTemplateDto
Inheritance
System.Object
SearchTemplateDto
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> |
|