<PackageReference Include="Relativity.Server.Services.DataContracts.SDK" Version="5001.1.0" />

Relativity.Services.DataContracts.DTOs.Search.SearchContainerTreeFilter

Filter to get tree of Search Containers and Saved Searches matching specified condition
public int? CreatedById { get; set; }

The user that created the saved search.

public DateTime? CreatedFrom { get; set; }

The date of the creation from which to search.

public string Keywords { get; set; }

The text for matching the saved search keywords.

public int? LastModifiedById { get; set; }

The last user to modify the saved search.

public DateTime? LastModifiedFrom { get; set; }

The date of the last modification from which to search.

public string Notes { get; set; }

The text for matching the saved search notes.

public int? OwnerId { get; set; }

User(s) who can access the saved search. Setting the ArtifactID value to 0 enables all users with permissions to the saved search are able to see it.

public string SearchText { get; set; }

Search string for matching the saved search and search folder names.