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
System.Collections.Generic.List<FileArgs>

Extension Methods

ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
In This Article
Back to top Generated by DocFX