<PackageReference Include="Relativity.API" Version="17.0.4" />

IDefaultLayoutRule

An object rule to determine which layout a reviewer can see by default, if any.
bool AllowLayoutChange { get; set; }

Determines if users can see and switch to other layouts.

int SelectedChoiceArtifactID { get; set; }

The artifact ID of the choice on the field that drives the rule behavior.

int SelectedFieldArtifactID { get; set; }

The artifact ID of the field that drives the rule behavior.

int SelectedLayoutArtifactID { get; set; }

The layout that displays as a result of the rule.