FileBase Class

Definition

A representation of a file and its content type.

public abstract class FileBase
Inheritance
System.Object
FileBase
Derived

Constructors

FileBase(FileBase)

FileBase from an existing instance.

Properties

ContentType

Gets or sets the file's content type as a MIME type (eg: image/png).

FileName
FullPath

This property is purely informative, and does not always return the actual physical path to the file. To get the file, use OpenReadAsync method.

Methods

OpenReadAsync()

Applies to