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

HeaderFooter

public class HeaderFooter
Represents the information on the headers and footers of produced pages.
public string AdvancedFormatting { get; set; }

Gets or sets if the header/footer is of type advanced formatting, then this property specifies the advanced formatting.

public NamedArtifact Field { get; set; }

Gets or sets a value if the the header/footer is of type field, then this property specifies the document field to be used.

public string FreeText { get; set; }

Gets or sets if the header/footer is of type free text, then this property specifies the text.

public string FriendlyName { get; set; }

Gets or sets a value of a descriptive name of the header or footer object.

public HeaderFooterType Type { get; set; }

Gets or sets the header/footer type.

public HeaderFooter()