DestinationPath public abstract class DestinationPath : IDestinationPath Documentation Code protected readonly ExportFile ExportSettings public abstract DestinationFile DestinationFileType { get; } public abstract Encoding Encoding { get; } public abstract string Path { get; } protected DestinationPath(ExportFile exportSettings) protected string FormatPath(string extension)