Class EditContentItem.Command
- Namespace
- Raytha.Application.ContentItems.Commands
- Assembly
- Raytha.Application.dll
public record EditContentItem.Command : LoggableEntityRequest<CommandResponseDto<ShortGuid>>, IRequest<CommandResponseDto<ShortGuid>>, IBaseRequest, ILoggableRequest, IEquatable<LoggableRequest<CommandResponseDto<ShortGuid>>>, ILoggableEntityRequest, IEquatable<LoggableEntityRequest<CommandResponseDto<ShortGuid>>>, IEquatable<EditContentItem.Command>
- Inheritance
-
EditContentItem.Command
- Implements
-
IBaseRequest
- Inherited Members
Properties
Content
public IDictionary<string, dynamic> Content { get; init; }
Property Value
SaveAsDraft
public bool SaveAsDraft { get; init; }