Download a native file from Relativity to a Stream object.
Namespace: kCura.Relativity.Client.Repositories
Assembly: kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
Parameters
- document
- Type: kCura.Relativity.Client.DTOs.Document
The Document object of which to download the native file.
Return Value
Type: KeyValuePair<DownloadResponse, Stream>A KeyValuePair which contains a DownloadResponse object with information about the native file and a Stream containing the native.
See Also