Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Interface IFiles

    Contract that contains a list of filesArgs. Files args are "memory" files

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

    Properties

    FilesList

    File to uploads

    Declaration
    List<FileArgs> FilesList { get; set; }
    Property Value
    Type Description
    List<FileArgs>

    Extension Methods

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