Creates a new ImagingSet instance or updates an existing one.
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<int> SaveAsync( ImagingSet imagingSet, int workspaceId ) Task<int> SaveAsync( ImagingSet imagingSet, int workspaceId )
Parameters
- imagingSet
- Type: Relativity.Imaging.Services.InterfacesImagingSet
The ImagingSet instance to create or update. - workspaceId
- Type: SystemInt32
The ID for the workspace associated with the ImagingSet instance.
Return Value
Type: TaskInt32Returns the ArtifactID of the ImagingSet instance created or updated.
See Also