Click or drag to resize

IDataArchiveServicePurge Method

Purge the specified object from the archive

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
void Purge(
	Type modelType,
	params Guid[] keysToBePurged
)

Parameters

modelType
Type: SystemType
The type of data to be purged
keysToBePurged
Type: SystemGuid
The keys of the data to be purged
See Also