<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="13.6.1" />

Relativity.Services.Interfaces.Layout.Models.LayoutRequest

public class LayoutRequest
Represents a DTO used as a request for creating or updating a Layout.
public bool AllowCopyFromPrevious { get; set; }

Gets or sets if the layout support copy from previous document. It only applies for document layouts at workspace level.

public string Keywords { get; set; }

Gets or sets any keywords associated with the layout.

public string Name { get; set; }

Gets or sets the name for the layout.

public string Notes { get; set; }

Gets or sets optional words or phrase used to describe the layout.

Gets or sets the Securable<T> 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 if the layout could be edited while another process is editing it.

public ObjectIdentifier Owner { get; set; }

Gets or sets the Artifact ID and guids of the user who owns the Layout.

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

public LayoutRequest()

Initializes an instance of the LayoutRequest class with all properties defaulted.

public LayoutRequest(LayoutResponse layoutResponse)

Initializes an instance of the LayoutRequest class with a response object, which is useful for chaining commands.