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

KeyboardShortcutsIncludeOptions

Represents the include options for getting Keyboard Shortucts.
public bool IncludeChoiceShortcuts { get; set; }

Gets or sets a value indicating whether to retrieve Choice shortcuts. The default value is true.

public bool IncludeFieldShortcuts { get; set; }

Gets or sets a value indicating whether to retrieve Field shortcuts. The default value is true.

public bool IncludeSystemShortcuts { get; set; }

Gets or sets a value indicating whether to retrieve System shortcuts. The default value is true.