Class FileLocation
That is argument for the messenging
Inherited Members
Namespace: SecureExchangesSDK.Models.Messenging
Assembly: SecureExchangesSDK.dll
Syntax
public class FileLocation
Properties
AbsolutePath
The absolute path where the file will need to be store.
Declaration
public string AbsolutePath { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FileHash
The hash of the file before is send. If secf are activated, it's the fileHash of the secf that we need
Declaration
public string FileHash { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FileName
The file name
Declaration
public string FileName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FullPath
That will represent the full path when the file is scan
Declaration
public string FullPath { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IsDownloaded
That property will be used by the download procedure, if we got 2 times the same hash, it will be two differente location
Declaration
public bool IsDownloaded { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |