IObjectRuleManager.GetAvailableAssociatedObjectsAsync Method (Int32, ObjectTypeIdentifier)

Relativity Services API
Gets a list of all associated object types available to have sub list vibility rules set on them.

Namespace:  Relativity.Services.Interfaces.ObjectRules
Assembly:  Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

Task<List<ObjectTypeIdentifier>> GetAvailableAssociatedObjectsAsync(
	int workspaceID,
	ObjectTypeIdentifier objectTypeID
)

Parameters

workspaceID
Type: System.Int32
The ArtifactID of the workspace where the object type exists. Use -1 to indicate the admin workspace.
objectTypeID
Type: Relativity.Services.Interfaces.Shared.Models.ObjectTypeIdentifier
The identifying data of the object type.

Return Value

Type: Task<List<ObjectTypeIdentifier> >
See Also

Reference