IFile public interface IFile Documentation int FileID { get; } string FileName { get; set; } string Location { get; } string Message { get; } int ObjectArtifactID { get; } long? Size { get; } TextExtractionStatus Status { get; } Stream ConstructStream()