ExportFile public class ExportFile : ISerializable Container class for all export settings Documentation public enum ExportedFilePathType public enum ExportType public enum ImageType public class ImageTypeParser protected string _loadFilesPrefix protected int _startAtDocument public ViewFieldInfo[] AllExportableFields { get; set; } public bool AppendOriginalFileName { get; set; } public HybridDictionary ArtifactAvfLookup { get; set; } public int ArtifactID { get; set; } public int ArtifactTypeID { get; } public int CaseArtifactID { get; } public CaseInfo CaseInfo { get; set; } public CookieContainer CookieContainer { get; set; } public NetworkCredential Credential { get; set; } public CustomFileNameDescriptorModel CustomFileNaming { get; set; } public DataTable DataTable { get; set; } public bool ExportFullText { get; set; } public bool ExportFullTextAsFile { get; set; } public bool ExportImages { get; set; } public bool ExportNative { get; set; } public ExportNativeWithFilenameFrom ExportNativesToFileNamedFrom { get; set; } public bool ExportPdf { get; set; } public DocumentField FileField { get; set; } public string FilePrefix { get; set; } public string FolderPath { get; set; } public bool HasFileField { get; } public string IdentifierColumnName { get; set; } public Pair[] ImagePrecedence { get; set; } public Encoding LoadFileEncoding { get; set; } public string LoadFileExtension { get; set; } public bool LoadFileIsHtml { get; set; } public string LoadFilesPrefix { get; set; } public FileFormat? LogFileFormat { get; set; } public bool MulticodesAsNested { get; set; } public char MultiRecordDelimiter { get; set; } public char NestedValueDelimiter { get; set; } public char NewlineDelimiter { get; set; } public string ObjectTypeName { get; set; } public bool Overwrite { get; set; } public char QuoteDelimiter { get; set; } public char RecordDelimiter { get; set; } public bool RenameFilesToIdentifier { get; set; } public ViewFieldInfo[] SelectedTextFields { get; set; } public ViewFieldInfo[] SelectedViewFields { get; set; } public int StartAtDocumentNumber { get; set; } public int SubdirectoryDigitPadding { get; set; } public Encoding TextFileEncoding { get; set; } public ExportType TypeOfExport { get; set; } public ExportedFilePathType TypeOfExportedFilePath { get; set; } public ImageType? TypeOfImage { get; set; } public bool UseCustomFileNaming { get; set; } public int ViewID { get; set; } public int VolumeDigitPadding { get; set; } public VolumeInfo VolumeInfo { get; set; } protected ExportFile(SerializationInfo info, StreamingContext context) public ExportFile(int artifactTypeID) public void GetObjectData(SerializationInfo info, StreamingContext context)