Gets the Document for the specified id from persistent storage.

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

Syntax

C#
protected internal virtual Document GetDocument(
	int id
)

Parameters

id
Type: System..::.Int32
The database id

Return Value

A Document or null if the document did not exist.

See Also