<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="5000.1.0" />

ReadSingleAsyncResult

public class ReadSingleAsyncResult
Object representing a response from the LayoutBuilderManager's ReadSingleAsync endpoint.
public bool AllowCopyFromPrevious { get; set; }

Gets or sets a value indicating whether AllowCopyFromPrevious is set.

public int ArtifactTypeID { get; set; }

Gets or sets the artifact type id.

public List<Category> Groups { get; set; }

Gets or sets the Categories on the layout.

public List<Guid> Guids { get; set; }

Gets or sets the associated guids.

public bool IsLocked { get; set; }

Gets or sets a value indicating whether IsLocked is set.

public int LayoutID { get; set; }

Gets or sets the artifact id of the layout.

public string Name { get; set; }

Gets or sets the name of the layout.

public string OverwriteProtection { get; set; }

Gets or sets a value indicating whether OverwriteProtection is set.