<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="5000.0.2" />

Relativity.Services.DataContracts.DTOs.ItemListView.DashboardDataForDropdown

Metadata for a dashboard, for summary display in dropdown widgets on the site.
public int ArtifactId { get; set; }

ArtifactId identifier for the dashboard.

public List<string> AssociatedLockedApplications { get; set; }

List of applications to which a dashboard is associated where the application is locked. Empty or has content; never null.

public string Name { get; set; }

Dashboard name.

public int Order { get; set; }

Sort order of the dashboard.

Permissions set for the dashboard.

Initializes a new instance of the DashboardDataForDropdown class.