Table of Contents

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
IRequest<CommandResponseDto<ShortGuid>>
IBaseRequest
Inherited Members

Properties

Content

public IDictionary<string, dynamic> Content { get; init; }

Property Value

IDictionary<string, object>

ContentTypeDeveloperName

public string ContentTypeDeveloperName { get; init; }

Property Value

string

SaveAsDraft

public bool SaveAsDraft { get; init; }

Property Value

bool

TemplateId

public ShortGuid TemplateId { get; init; }

Property Value

ShortGuid