Click or drag to resize

IDocStorageServiceDeleteDocuments Method (IAppContext, ListString)

Deletes documents from the document storage repository.

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
void DeleteDocuments(
	IAppContext cxt,
	List<string> docIDs
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.
docIDs
Type: System.Collections.GenericListString
A list of document IDs to be deleted.
See Also