<PackageReference Include="Relativity.Server.DataVisualization.SDK" Version="5000.0.1" />

LayoutRequest

public class LayoutRequest
Represents a request to create or update 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 int 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 Securable<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 set to their default values.

public LayoutRequest(LayoutResponse response)

Converts a LayoutResponse to a new instance of a LayoutRequest.

public static LayoutRequest op_Implicit(LayoutResponse response)

Implicitly converts a LayoutResponse to a new instance of a LayoutRequest.