FileSettings public class FileSettings Documentation public string FileNameColumn { get; set; } public string FileSizeColumn { get; set; } public bool FileSizeMapped { get; set; } public string IDColumnName { get; set; } public bool OIFileIdMapped { get; set; } public string SupportedByViewerColumn { get; set; } public string TypeColumnName { get; set; } public FileSettings()