Class RawFileDto
Inheritance
System.Object
RawFileDto
Namespace: Volo.Blogging.Files
Assembly: Volo.Blogging.Application.Contracts.dll
Syntax
public class RawFileDto : object
Constructors
RawFileDto()
Declaration
public RawFileDto()
Properties
Bytes
Declaration
public byte[] Bytes { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |
IsFileEmpty
Declaration
public bool IsFileEmpty { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
EmptyResult()
Declaration
public static RawFileDto EmptyResult()
Returns
Type | Description |
---|---|
RawFileDto |