Removes a specified ApplicationFieldCode instance.
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<bool> DeleteAsync( int applicationFieldCodeId, int workspaceId ) Task<bool> DeleteAsync( int applicationFieldCodeId, int workspaceId )
Parameters
- applicationFieldCodeId
- Type: SystemInt32
The ArtifactID of the ApplicationFieldCode instance being deleted. - workspaceId
- Type: SystemInt32
The ID for the workspace associated with the ApplicationFieldCode instance.
Return Value
Type: TaskBooleanReturns a boolean value of true when the delete operation succeeds.
See Also