IFile public interface IFile : IBlob, IDisposable Represents a concrete file. http://dev.w3.org/2006/webapi/FileAPI/#dfn-file Documentation Code DateTime LastModified { get; } Gets the last modified date of the file. string Name { get; } Gets the file's name.