Sitecore 5.0 API

Database.Archives Property

Provides access to the Archives associated with the database.

[Visual Basic]
Public ReadOnly Property Archives As DataArchives
[C#]
public Archiving.DataArchives Archives {get;}

Remarks

An archive is a standard database. When an item is archived, it is moved to this database. Afterwards the item is not present in the original database. A database may define an archive that is the target of archiving operations.

See Also

Database Class | Sitecore.Data Namespace