Class DownloadedFileWithMetaData
Represent a Secure Exchanges file downloads
Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: SecureExchangesSDK.Models.Transport
Assembly: SecureExchangesSDK.dll
Syntax
public class DownloadedFileWithMetaData : DownloadedFile
  Properties
CreationDate
Represent the creation date of the file
Declaration
public DateTime CreationDate { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.DateTime | 
ExternalParams
Declaration
public object ExternalParams { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Object | 
FileMetaDataID
The file meta data ID associated with this file
Declaration
public Guid FileMetaDataID { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Guid | 
MimeType
Represent the MimeType of the file
Declaration
public string MimeType { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
SHA512
Define the hash of the final path
Declaration
public string SHA512 { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
TotalParts
Number of parts that contains this file
Declaration
public int TotalParts { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 |