Interface IFileContent
- Namespace
- MES.MQC.DataSourceLibrary.Models.Connectors.Interfaces
- Assembly
- MES.MQC.DataSourceLibrary.dll
public interface IFileContent : IContent
- Inherited Members
-
Properties
FileExtension
string FileExtension { get; }
Property Value
- string
FileName
Property Value
- string
FileNameWithoutExtension
string FileNameWithoutExtension { get; }
Property Value
- string
FilePath
string FilePath { get; set; }
Property Value
- string
FileZipContents
Dictionary<string, List<IFileZipContent>> FileZipContents { get; set; }
Property Value
- Dictionary<string, List<IFileZipContent>>
FullFilePath
string FullFilePath { get; }
Property Value
- string
Methods
AsZipContent()
IFileZipContent AsZipContent()
Returns
- IFileZipContent
GetFileZipPaths()
string[] GetFileZipPaths()
Returns
- string[]
SetFileZipPaths(IEnumerable<string>)
void SetFileZipPaths(IEnumerable<string> fileZipPaths)
Parameters
fileZipPaths IEnumerable<string>