Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class DownloadedFileWithMetaData

    Represent a Secure Exchanges file downloads

    Inheritance
    object
    DownloadedFile
    DownloadedFileWithMetaData
    Inherited Members
    DownloadedFile.Success
    DownloadedFile.FilePath
    DownloadedFile.FileName
    DownloadedFile.Uncrypted
    DownloadedFile.UniqueName
    DownloadedFile.FileState
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    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
    DateTime

    ExternalParams

    Declaration
    public object ExternalParams { get; set; }
    Property Value
    Type Description
    object

    FileMetaDataID

    The file meta data ID associated with this file

    Declaration
    public Guid FileMetaDataID { get; set; }
    Property Value
    Type Description
    Guid

    MimeType

    Represent the MimeType of the file

    Declaration
    public string MimeType { get; set; }
    Property Value
    Type Description
    string

    SHA512

    Define the hash of the final path

    Declaration
    public string SHA512 { get; set; }
    Property Value
    Type Description
    string

    TotalParts

    Number of parts that contains this file

    Declaration
    public int TotalParts { get; set; }
    Property Value
    Type Description
    int

    Extension Methods

    ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
    In this article
    Back to top Secure Exchanges Inc. - Documentation