Class GetWebTemplates.Query
- Namespace
- Raytha.Application.Themes.WebTemplates.Queries
- Assembly
- Raytha.Application.dll
public record GetWebTemplates.Query : GetPagedEntitiesInputDto, IEquatable<GetPagedEntitiesInputDto>, IRequest<IQueryResponseDto<ListResultDto<WebTemplateDto>>>, IBaseRequest, IEquatable<GetWebTemplates.Query>
- Inheritance
-
GetWebTemplates.Query
- Implements
-
IBaseRequest
- Inherited Members
Properties
BaseLayoutsOnly
public bool BaseLayoutsOnly { get; init; }
Property Value
ContentTypeId
public ShortGuid? ContentTypeId { get; init; }
Property Value
- ShortGuid?
OrderBy
public override string OrderBy { get; init; }
Property Value
ThemeId
public ShortGuid? ThemeId { get; init; }
Property Value
- ShortGuid?