IObjectRuleManager.UpdateDefaultLayoutAsync Method (Int32, Int32, DefaultLayoutRuleRequest)

Relativity Services API
Modifies the properties of a default layout object rule.

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

Task UpdateDefaultLayoutAsync(
	int workspaceID,
	int objectRuleID,
	DefaultLayoutRuleRequest objectRuleRequest
)

Parameters

workspaceID
Type: System.Int32
The ArtifactID of the workspace where the default layout object rule should be created. Use -1 to indicate the admin workspace.
objectRuleID
Type: System.Int32
The Artifact ID of the default layout object rule.
objectRuleRequest
Type: Relativity.Services.Interfaces.ObjectRules.Models.DefaultLayoutRuleRequest
The data about the default layout object rule being updated.

Return Value

Type: Task
See Also

Reference