Table of Contents

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

string

Filter

public string? Filter { get; init; }

Property Value

string

ViewId

public ShortGuid? ViewId { get; init; }

Property Value

ShortGuid?