Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Interface ILocalFile

    That is a contract for an object whoe whant to refer to localfiles associated to a MailID

    Inherited Members
    IAuthenticationNeeded.Serial
    IAuthenticationNeeded.ApiUser
    IAuthenticationNeeded.ApiPassword
    IEndPointName.EndPointConfigurationName
    IUriBindingConfiguration.EndPointUri
    Namespace: SecureExchangesSDK.Models.Contract
    Assembly: SecureExchangesSDK.dll
    Syntax
    public interface ILocalFile : IAuthenticatedEndpoint, IAuthenticationNeeded, IEndPointConfiguration, IEndPointName, IUriBindingConfiguration

    Properties

    FilesPath

    Declaration
    List<string> FilesPath { get; set; }
    Property Value
    Type Description
    List<string>

    MailID

    Declaration
    Guid MailID { get; set; }
    Property Value
    Type Description
    Guid

    Extension Methods

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