IObjectRuleManager.CreateOverrideViewLinkAsync Method

Relativity Services API
Adds a single override view link object rule to Relativity.

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

Task<int> CreateOverrideViewLinkAsync(
	int workspaceID,
	OverrideViewLinkRuleRequest objectRuleRequest
)

Parameters

workspaceID
Type: System.Int32
The ArtifactID of the workspace where the override view link object rule should be created. Use -1 to indicate the admin workspace.
objectRuleRequest
Type: Relativity.Services.Interfaces.ObjectRules.Models.OverrideViewLinkRuleRequest
The data about the override view link object rule being created.

Return Value

Type: Task<Int32>
The Artifact ID of the new override view link object rule.
See Also

Reference