Interface IStorageFile
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
FileType
Gets the type (file name extension) of the file.
string FileType { get; }