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

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