Click or drag to resize

PdfStorageAdapterDeleteDocumentKey Method

Delete the DocumentKey used to access a document.

Namespace:  RadPdf.Integration
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.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