Download a file associated with a document
Namespace: Relativity.Services.Interfaces.Document
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
Parameters
- workspaceID
- Type: System.Int32
The ArtifactID of the workspace where the document resides. - fileGuid
- Type: System.Guid
The GUID of the file to download
Return Value
Type: Task<IKeplerStream>A stream that contains the file associated with the GUID
See Also