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

Relativity.Services.Interfaces.Layout.Models.LayoutResponse

Represents the results of both read and update operation on a Layout.
public List<Action> Actions { get; set; }

Gets a list of RESTful operations that a user has permissions to perform on the Layout.

public bool AllowCopyFromPrevious { get; set; }

Gets or sets if the layout support copy from previous document.

Gets the Artifact ID and name of the user who created the Layout.

public DateTime CreatedOn { get; set; }

Gets the date and time when the Layout was added to Relativity.

public string Keywords { get; set; }

Gets optional words or phrases used to describe the Layout.

Gets the Artifact ID and name of the user who recently updated the Layout.

public DateTime LastModifiedOn { get; set; }

Gets the date and time when the Layout was most recently updated.

public Meta Meta { get; set; }

Gets a list of unsupported and read-only properties on the current Layout object.

public string Notes { get; set; }

Gets 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 DisplayableObjectIdentifier 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 LayoutResponse()