Class CreateFileInput
Inherited Members
Namespace: Volo.Abp.TestApp.Application.Dto
Assembly: Volo.Abp.TestApp.dll
Syntax
public class CreateFileInput
Constructors
CreateFileInput()
Declaration
public CreateFileInput()
Properties
Content
Declaration
public IRemoteStreamContent Content { get; set; }
Property Value
Type | Description |
---|---|
IRemoteStreamContent |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |