Interface IFiles
Contract that contains a list of filesArgs. Files args are "memory" files
Inherited Members
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> |