Click or drag to resize

IDocumentPersistorDelete Method

Delete stored document.

Namespace:  ASDSoft.WebSigner.Server.Cache
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
void Delete(
	Guid storedDocumentId
)

Parameters

storedDocumentId
Type: SystemGuid
Id used in method Create(Guid)
See Also