Class CreateAttachmentRequest
public record CreateAttachmentRequest
- Inheritance
-
object
CreateAttachmentRequest
Constructors
CreateAttachmentRequest(string, string, string, long, string, string, Guid?, string?)
public CreateAttachmentRequest(string FileName, string FileExtension, string MimeType, long FileSizeBytes, string StoragePath, string Category, Guid? AttachmentCategoryId, string? Description)
Parameters
FileName string
FileExtension string
MimeType string
FileSizeBytes long
StoragePath string
Category string
AttachmentCategoryId Guid?
Description string
Properties
AttachmentCategoryId
public Guid? AttachmentCategoryId { get; init; }
Property Value
- Guid?
Category
public string Category { get; init; }
Property Value
- string
Description
public string? Description { get; init; }
Property Value
- string
FileExtension
public string FileExtension { get; init; }
Property Value
- string
FileName
public string FileName { get; init; }
Property Value
- string
FileSizeBytes
public long FileSizeBytes { get; init; }
Property Value
- long
MimeType
public string MimeType { get; init; }
Property Value
- string
StoragePath
public string StoragePath { get; init; }
Property Value
- string