Skip to main content

FileColumnData

  • Namespace: PPDS.Migration.Models
  • Assembly: PPDS.Migration
  • Kind: Class

Summary

Represents file column binary data for a record field.

Members

Properties

Data

byte[] Data { get; set; }

Gets or sets the file binary data.

FieldName

string FieldName { get; set; }

Gets or sets the file column attribute name.

FileName

string FileName { get; set; }

Gets or sets the original file name.

MimeType

string MimeType { get; set; }

Gets or sets the MIME type.

RecordId

Guid RecordId { get; set; }

Gets or sets the record identifier.