Class BeginImportContentItemsFromCsv.Command
- Namespace
- Raytha.Application.ContentItems.Commands
- Assembly
- Raytha.Application.dll
public record BeginImportContentItemsFromCsv.Command : LoggableRequest<CommandResponseDto<ShortGuid>>, IRequest<CommandResponseDto<ShortGuid>>, IBaseRequest, ILoggableRequest, IEquatable<LoggableRequest<CommandResponseDto<ShortGuid>>>, IEquatable<BeginImportContentItemsFromCsv.Command>
- Inheritance
-
BeginImportContentItemsFromCsv.Command
- Implements
-
IBaseRequest
- Inherited Members
Properties
ContentTypeId
public ShortGuid ContentTypeId { get; init; }
Property Value
- ShortGuid
CsvAsBytes
public byte[] CsvAsBytes { get; init; }
Property Value
- byte[]
ImportAsDraft
public bool ImportAsDraft { get; init; }
Property Value
ImportMethod
public string ImportMethod { get; init; }