IDocumentFileManager public interface IDocumentFileManager : IDisposable Documentation Task<IKeplerStream> DownloadFileAsync(int workspaceID, Guid fileGuid) Task<IKeplerStream> DownloadNativeFileAsync(int workspaceID, int documentID) Task<List<DocumentFile>> GetFileInfoAsync(int workspaceID, int documentID)