<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="10.3.0" />

FieldPropagate

public class FieldPropagate
Represents the properties to validate a field propagate request.
public bool HasSecuredItems { get; set; }

Gets or sets a value indicating whether the application contains items that the current user doesn't have permission to access.

public List<Artifact> ViewableItems { get; set; }

Gets or sets a value indicating whether an array of identifier objects for items that are accessible to the current user.

public FieldPropagate()