FileBase Class

Definition

A representation of a file and its content type.

public abstract class FileBase
Inheritance
System.Object
FileBase
Derived

Constructors

Name Description
FileBase(FileBase)

FileBase from an existing instance.

Properties

Name Description
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

Name Description
OpenReadAsync()

Applies to