Deletes an ImagingProfile 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 DeleteAsync( int imagingProfileId, int workspaceId ) Task DeleteAsync( int imagingProfileId, int workspaceId )
Parameters
- imagingProfileId
- Type: SystemInt32
The ArtifactID of the ImagingProfile to be deleted. - workspaceId
- Type: SystemInt32
The ID for the workspace associated with the ImagingProfile instance.
Return Value
Type: TaskA Task object.
Remarks
See Also