IHelper.GetGuid Method

Relativity API
Retrieves the GUID of a Relativity artifact based on the specified workspace ID and artifact ID (value is cached)

Namespace:  Relativity.API
Assembly:  Relativity.API (in Relativity.API.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

Guid GetGuid(
	int workspaceID,
	int artifactID
)

Parameters

workspaceID
Type: System.Int32
artifactID
Type: System.Int32

Return Value

Type: Guid
Returns the GUID of a Relativity artifact based on the specified workspace ID and artifact ID (value is cached)
See Also

Reference