Click or drag to resize

PdfStorageAdapterDeleteDocumentKey Method

Delete the DocumentKey used to access a document.

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

Parameters

documentKey
Type: SystemString
DocumentKey as a string.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe current instance has already been disposed.
See Also