Show / Hide Table of Contents

Class DownloadedFile

Represent a downloaded file of Secure Exchanges.

Inheritance
System.Object
DownloadedFile
DownloadedFileWithMetaData
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 DownloadedFile

Properties

FileName

The current file Name

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

FilePath

The file Path of the current file

Declaration
public string FilePath { get; set; }
Property Value
Type Description
System.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
System.Boolean

Uncrypted

This file is crypted or not

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

UniqueName

Represent the unique name of the file

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

Extension Methods

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