<PackageReference Include="Relativity.API" Version="20.0.0" />

DependencyAction

public enum DependencyAction
Describes the action that will occur to the object(s) represented by an IDependencyTreeNode upon deletion.
Delete = 0

The dependent object(s) will be deleted.

Unlink = 1

The dependent object(s) will be modified to remove their association with the deleted object.