Removes a DocumentArchive from the database.

Namespace:  EPiServer.Community.DocumentArchive.Data
Assembly:  EPiServer.Community.DocumentArchive (in EPiServer.Community.DocumentArchive.dll) Version: 4.1.517.358

Syntax

C#
protected internal virtual void RemoveDocumentArchive(
	DocumentArchive archive
)

Exceptions

ExceptionCondition
System..::.ArgumentNullExceptionThrown when archive is null.

See Also