 | IDataArchiveServiceArchive Method |
Push the specified records to the archive
Namespace: SanteDB.Core.ServicesAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxvoid 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
- The type of data that is being archived
- keysToBeArchived Guid
- The identifiers of the objects in the primary IDataPersistenceService which are to be copied to the archive
See Also