IDocumentFileManager.GetFileInfoAsync Method

Relativity Services API
Gets a list of all the files associated with a document

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

Task<List<DocumentFile>> GetFileInfoAsync(
	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<List<DocumentFile> >
A list of all the files associated with the document
See Also

Reference