Table of Contents

Interface IStorageFile

Namespace
Windows.Storage
Assembly
Windows.Storage.dll

Represents a file. Provides information about the file and its contents, and ways to manipulate them.

public interface IStorageFile : IStorageItem
Inherited Members
Extension Methods

Properties

ContentType

Gets the MIME type of the contents of the file.

string ContentType { get; }

Property Value

string

FileType

Gets the type (file name extension) of the file.

string FileType { get; }

Property Value

string