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

RedirectToLayout

public class RedirectToLayout : Base
Creates redirects to layouts.
public int LayoutArtifactID { get; set; }

Gets and/or sets a layout artifact ID for the RedirectToLayout instance.

public string Name { get; set; }

Gets and/or sets the name for RedirectToLayout instance.

public int PageMode { get; set; }

Gets and/or sets an integer value for the page mode of RedirectToLayout instance.

public RedirectToLayout(int layoutArtifactID, PageMode pageMode)

Initializes a new instance of the RedirectToLayout class.

public RedirectToLayout(string layoutName, PageMode pageMode)

Initializes a new instance of the RedirectToLayout class.