Class FileLocation
That is argument for the messenging
Inheritance
System.Object
FileLocation
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.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 |
---|---|
System.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 |
---|---|
System.String |
FileName
The file name
Declaration
public string FileName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FullPath
That will represent the full path when the file is scan
Declaration
public string FullPath { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.Boolean |