Relativity.Services.DashboardObject.DeleteStatus
Represents a status of Delete action of a given Dashboard for a given context.
Gets or sets a Boolean value indicating whether the user has permissions to delete a given dashboard.
Gets or sets a Boolean value indicating whether the user has permissions to delete object dependencies.
Gets a Boolean value indicating whether a given Dashboard has any dependant objects.
Gets a Boolean value indicating whether a given Dashboard has any dependant objects that user is not authorized to modify.
Gets or sets a list of objects that are dependant on a given Dashboard.
public DeleteStatus(bool canDelete, bool canDeleteObjectDependencies, IEnumerable<ObjectDependency> linkedObjects)
Constructor.