Show / Hide Table of Contents

Class ReadSingleAsyncResult

Object representing a response from the LayoutBuilderManager's ReadSingleAsync endpoint.

Inheritance
System.Object
ReadSingleAsyncResult
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 ReadSingleAsyncResult

Properties

| Improve this Doc View Source

AllowCopyFromPrevious

Gets or sets a value indicating whether AllowCopyFromPrevious is set.

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

ArtifactTypeID

Gets or sets the artifact type id.

Declaration
public int ArtifactTypeID { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Groups

Gets or sets the Categories on the layout.

Declaration
public List<Category> Groups { get; set; }
Property Value
Type Description
System.Collections.Generic.List<Category>
| Improve this Doc View Source

Guids

Gets or sets the associated guids.

Declaration
public List<Guid> Guids { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.Guid>
| Improve this Doc View Source

IsLocked

Gets or sets a value indicating whether IsLocked is set.

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

LayoutID

Gets or sets the artifact id of the layout.

Declaration
public int LayoutID { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Name

Gets or sets the name of the layout.

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

OverwriteProtection

Gets or sets a value indicating whether OverwriteProtection is set.

Declaration
public string OverwriteProtection { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX