| IDataArchiveServiceArchive Method |
Push the specified records to the archive
Namespace:
SanteDB.Core.Services
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax void Archive(
Type modelType,
params Guid[] keysToBeArchived
)
Sub Archive (
modelType As Type,
ParamArray keysToBeArchived As Guid()
)
void Archive(
Type^ modelType,
... array<Guid>^ keysToBeArchived
)
abstract Archive :
modelType : Type *
keysToBeArchived : Guid[] -> unit
Parameters
- modelType
- Type: SystemType
The type of data that is being archived - keysToBeArchived
- Type: SystemGuid
The identifiers of the objects in the primary IDataPersistenceService which are to be copied to the archive
See Also