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

Layout

public class Layout
Creates layout instances.
public int ArtifactID { get; }

Returns an artifact ID of a layout.

public string Name { get; }

Returns a name of a layout.

public Layout(int artifactID, string name)

Initializes a new instance of the Layout class.