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