Click or drag to resize

PdfLiteStorageAdapterDeleteDocument Method (String)

Delete a document, all document modifications, and all other document information created by a PdfWebControl instance.

Namespace:  RadPdf.Lite
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public void DeleteDocument(
	string documentKey
)

Parameters

documentKey
Type: SystemString
DocumentKey as a string.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe current instance has already been disposed.
RadPdfDocumentExceptionThe document was not found in storage.
Remarks

If the document session is not found or inaccessible, an exception will be thrown.

See Also