<PackageReference Include="Relativity.Services.DataContracts.SDK" Version="13.6.2" />

ObjectDependency

public class ObjectDependency
Represents a dependency of a given object.
public string Action { get; }

Gets unlink action type.

public string Connection { get; }

Gets connection information.

public int Count { get; }

Gets count of dependent objects of type specified in ObjectTypeName property.

public bool IsModificationRestricted { get; }

Gets a Boolean value indicating if this dependency can be modified by a user.

public string ObjectTypeName { get; }

Gets Type name of dependant objects.

public ObjectDependency(string objectTypeName, string action, int count, string connection)

Constructor.