Constructs a URL for downloading a file.
Namespace: kCura.Relativity.Client
Assembly: kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
public DownloadURLResponse GetFileFieldDownloadURL( DownloadURLRequest downloadUrlRequest )
Parameters
- downloadUrlRequest
- Type: kCura.Relativity.Client.DownloadURLRequest
The DownloadUrlRequest containing information about the file field for which this returns a URL to download the file.
Return Value
Type: DownloadURLResponseA DownloadURLResponse indicating the result of calling the process.
See Also