Class DownloadedFile
Represent a downloaded file of Secure Exchanges.
Inherited Members
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 |