Click or drag to resize

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.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
void Archive(
	Type modelType,
	params Guid[] keysToBeArchived
)

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