Show / Hide Table of Contents

Class Layout

Represents a Layout.

Inheritance
System.Object
Artifact
NamedArtifact
Layout
Implements
IHasName
Inherited Members
NamedArtifact.Name
Artifact.ArtifactID
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public class Layout : NamedArtifact, IHasName

Properties

| Improve this Doc View Source

AllowCopyFromPrevious

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

Declaration
public bool AllowCopyFromPrevious { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

ObjectType

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

Declaration
public NamedArtifact ObjectType { get; set; }
Property Value
Type Description
NamedArtifact
| Improve this Doc View Source

Order

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

Declaration
public string Order { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

OverwriteProtection

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

Declaration
public bool OverwriteProtection { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Owner

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

Declaration
public NamedArtifactWithGuids Owner { get; set; }
Property Value
Type Description
NamedArtifactWithGuids
| Improve this Doc View Source

RelativityApplications

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

Declaration
public List<NamedArtifact> RelativityApplications { get; set; }
Property Value
Type Description
System.Collections.Generic.List<NamedArtifact>

Implements

IHasName
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX