Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class FileLocation

    That is argument for the messenging

    Inheritance
    object
    FileLocation
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    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
    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

    Extension Methods

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