IDocumentFileManager Interface

Relativity Services API
Exposes the methods for working with files associated with documents

Namespace:  Relativity.Services.Interfaces.Document
Assembly:  Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public interface IDocumentFileManager : IDisposable

The IDocumentFileManager type exposes the following members.

Methods

  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodDownloadFileAsync
Download a file associated with a document
Public methodDownloadNativeFileAsync
Download a document's native file.
Public methodGetFileInfoAsync
Gets a list of all the files associated with a document
Top
See Also

Reference