IDocumentFileManager.DownloadNativeFileAsync Method

Relativity Services API
Download a document's native file.

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

Task<IKeplerStream> DownloadNativeFileAsync(
	int workspaceID,
	int documentID
)

Parameters

workspaceID
Type: System.Int32
The ArtifactID of the workspace where the document resides.
documentID
Type: System.Int32
The ArtifactID of the document

Return Value

Type: Task<IKeplerStream>
A stream that contains the native file associated with the document
See Also

Reference