Table of Contents

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
IRequest<CommandResponseDto<ShortGuid>>
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

bool

ImportMethod

public string ImportMethod { get; init; }

Property Value

string