Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class DownloadedFile

    Represent a downloaded file of Secure Exchanges.

    Inheritance
    object
    DownloadedFile
    DownloadedFileWithMetaData
    Inherited Members
    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 DownloadedFile

    Properties

    FileName

    The current file Name

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

    FilePath

    The file Path of the current file

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

    FileState

    Represente the state of the file

    Declaration
    public State FileState { get; set; }
    Property Value
    Type Description
    State

    Success

    The file was download with success

    Declaration
    public bool Success { get; set; }
    Property Value
    Type Description
    bool

    Uncrypted

    This file is crypted or not

    Declaration
    public bool Uncrypted { get; set; }
    Property Value
    Type Description
    bool

    UniqueName

    Represent the unique name of the file

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

    Extension Methods

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