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

Category

public class Category
Represents part of a category in a layout. The assocaited CategoryElement also contains information about the category itself.
public List<CategoryElement> Elements { get; set; }

Gets or sets the list of CategoryElements associated with the Category. Note that CategoryElements have a list of Elements, which are the actual fields.

public int GroupId { get; set; }

Gets or sets the artifactID of the category.

public int Order { get; set; }

Gets or sets the order of the category.

public string TabbedDisplay { get; set; }

Gets or sets the tabbed display.

public Category()