IObjectRuleManager.ReadAsync Method (Int32, Int32)

Relativity Services API
Retrieves basic metadata for an object rule, including its name, associated object type, behavior, and other properties.

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

Task<ObjectRuleResponse> ReadAsync(
	int workspaceID,
	int objectRuleID
)

Parameters

workspaceID
Type: System.Int32
The ArtifactID of the workspace where the object type should be created. Use -1 to indicate the admin workspace.
objectRuleID
Type: System.Int32
The Artifact ID of the object rule.

Return Value

Type: Task<ObjectRuleResponse>
An object containing data about the requested object rule.
See Also

Reference