Back to Devexpress

IFileInputSelectedFile Members

blazor-devexpress-dot-blazor-dot-ifileinputselectedfile-dot-underscore-members.md

latest1.3 KB
Original Source

IFileInputSelectedFile Members

Contains information about the file and allows you to access file content.

Properties

NameDescription
CancellationTokenSourceReturns the file’s cancellation token source.
GuidReturns the file’s globally unique identifier.
LastModifiedReturns the file’s last modified date.
NameReturns the file name.
SizeReturns the file size in bytes (an integer value).
TypeReturns the file’s MIME type.

Methods

NameDescription
OpenReadStream(Decimal, CancellationToken)Opens a stream to read the file’s content.

See Also

IFileInputSelectedFile Interface

DevExpress.Blazor Namespace