Retrieves the instance of ApplicationFieldCode with the specified ArtifactID.
Namespace: Relativity.Imaging.Services.Interfaces
Assembly: Relativity.Imaging.Services.Interfaces (in Relativity.Imaging.Services.Interfaces.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
Task<ApplicationFieldCode> ReadAsync( int applicationFieldCodeId, int workspaceId ) Task<ApplicationFieldCode> ReadAsync( int applicationFieldCodeId, int workspaceId )
Parameters
- applicationFieldCodeId
- Type: SystemInt32
The ArtifactID of the ApplicationFieldCode being read. - workspaceId
- Type: SystemInt32
The ID for the workspace associated with the ApplicationFieldCode instance.
Return Value
Type: TaskApplicationFieldCodeReturns the instance of an ApplicationFieldCode, or throws a ServiceException if no match is found.
See Also