Class CreateMultipleFileInput
Inherited Members
Namespace: Volo.Abp.TestApp.Application.Dto
Assembly: Volo.Abp.TestApp.dll
Syntax
public class CreateMultipleFileInput
Constructors
CreateMultipleFileInput()
Declaration
public CreateMultipleFileInput()
Properties
Contents
Declaration
public IEnumerable<RemoteStreamContent> Contents { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<RemoteStreamContent> |
Inner
Declaration
public CreateFileInput Inner { get; set; }
Property Value
Type | Description |
---|---|
CreateFileInput |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |