Creates a new ApplicationFieldCode 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( ApplicationFieldCode applicationFieldCode, int workspaceId ) Task<int> SaveAsync( ApplicationFieldCode applicationFieldCode, int workspaceId )
Parameters
- applicationFieldCode
- Type: Relativity.Imaging.Services.InterfacesApplicationFieldCode
The ArtifactID of the ApplicationFieldCode being created or modified. - workspaceId
- Type: SystemInt32
The ID for the workspace associated with the ApplicationFieldCode instance.
Return Value
Type: TaskInt32Returns the ArtifactId of the ApplicationFieldCode instance.
See Also