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

Layout

public class Layout : NamedArtifact
Represents a Layout.
public bool AllowCopyFromPrevious { get; set; }

Gets or sets a value indicating whether the layout support copy from previous document. It only applies for document layouts at workspace level.

public NamedArtifact ObjectType { get; set; }

Gets or sets the NamedArtifact identifier for the object type associated to the layout.

public string Order { get; set; }

Gets or sets where the layout displays in the Layouts drop down list.

public bool OverwriteProtection { get; set; }

Gets or sets a value indicating whether the layout could be edited while another process is editing it.

public NamedArtifactWithGuids Owner { get; set; }

Gets or sets NamedArtifactWithGuids identifier for the user who owns the layout.

Gets or sets a list of identifiers of associated Relativity Applications for the layout.

public Layout()