GetDiscoveredDocumentsRequest public class GetDiscoveredDocumentsRequest Documentation public int AuditedSourceID { get; set; } public bool ExcludeTotalCount { get; set; } public string Expression { get; set; } public int NumberOfResults { get; set; } public List<SortOption> SortingOptions { get; set; } public int StartingPointOfResult { get; set; } public GetDiscoveredDocumentsRequest()