Class Layout
Represents a Layout.
Implements
Inherited Members
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 SourceAllowCopyFromPrevious
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 |
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 |
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 |
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 |
Owner
Gets or sets NamedArtifactWithGuids identifier for the user who owns the layout.
Declaration
public NamedArtifactWithGuids Owner { get; set; }
Property Value
Type | Description |
---|---|
NamedArtifactWithGuids |
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> |