Class GetContentItems.Query
- Namespace
- Raytha.Application.ContentItems.Queries
- Assembly
- Raytha.Application.dll
public record GetContentItems.Query : GetPagedEntitiesInputDto, IEquatable<GetPagedEntitiesInputDto>, IRequest<IQueryResponseDto<ListResultDto<ContentItemDto>>>, IBaseRequest, IEquatable<GetContentItems.Query>
- Inheritance
-
GetContentItems.Query
- Implements
-
IBaseRequest
- Inherited Members
Properties
ContentType
public string? ContentType { get; init; }
Property Value
Filter
public string? Filter { get; init; }
Property Value
ViewId
public ShortGuid? ViewId { get; init; }
Property Value
- ShortGuid?