26 this.FileName = fileName;
27 this.ContentType = contentType;
29 this.ContentLength = data?.Length ?? 0;
45 public byte[]?
Data {
get;
set; }
Represent an attachment to a LegalIdentity.
byte?[] Data
The raw file data.
LegalIdentityAttachment()
Creates an instance of a LegalIdentityAttachment.
string? ContentType
Content type (mime) of the attachment.
LegalIdentityAttachment(string fileName, string contentType, byte[] data)
Creates an instance of a LegalIdentityAttachment.
long ContentLength
Attachment content length.
string? FileName
The raw filename.