<PackageReference Include="Relativity.Server.DocumentViewer.SDK" Version="5000.0.4" />

SliceRequestOptions

public class SliceRequestOptions
Optional parameters for slicing a Short Message document
public bool? CreateAttachments { get; set; }

Whether to create and import new documents in Relativity for the sliced document Defaults to false

public bool? EmailConfirmation { get; set; }

Whether to send an email to the user who initiated the slice on completion Defaults to true

public bool? PreserveAllParticipants { get; set; }

Whether to carry over all participants from the source document, or only those that are active in the sliced events Defaults to true

public int? SourceLayoutID { get; set; }

A layout ID that will define which field values will carry over from the source document to the sliced document