<PackageReference Include="Relativity.Productions.SDK" Version="12.6.1" />

PagedImageFilesResult

public class PagedImageFilesResult
Paged result containing requested ImageFile and other metadata.
public List<string> Errors { get; set; }

All errors associated with the current page.

public List<ImageFile> ImageFiles { get; set; }

Results of image file data. ImageFile

public string NextPage { get; set; }

Uri of next page. Null if there is no next page.

public string PreviousPage { get; set; }

Uri of previous page. Null if there is no previous page.

public int ResultCount { get; set; }

Total number of results returned in the current page.

public int TotalResultSet { get; set; }

Total number of results for this response.

CTOR.