<PackageReference Include="Relativity.Api" Version="10.2.99.73" />

IGlobalButtonVisibilityRule

An object rule to control the visibility of specific buttons or actions available on an object type.
bool ShowDelete { get; set; }

Determines if Mass Delete is displayed on object list page, or if the delete button is displayed on the object's view page.

bool ShowLink { get; set; }

Determines if the Link button displays on associative objects lists added to the layout of another object associated by a multiple or single object field to the current object type.

bool ShowNew { get; set; }

Determines if New and Mass Copy are displayed on object list page, if Save and New is available on object edit page, and if New is available on child or associative lists of this object type.

bool ShowUnlink { get; set; }

Determines if the Unlink button displays on associative objects lists added to the layout of another object associated by a multiple or single object field to the current object type.