Show / Hide Table of Contents

Class DownloadedFileWithMetaData

Represent a Secure Exchanges file downloads

Inheritance
System.Object
DownloadedFile
DownloadedFileWithMetaData
Inherited Members
DownloadedFile.Success
DownloadedFile.FilePath
DownloadedFile.FileName
DownloadedFile.Uncrypted
DownloadedFile.UniqueName
DownloadedFile.FileState
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

Extension Methods

ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
In This Article
Back to top Generated by DocFX