IDocStorageServiceDeleteDocuments Method (IAppContext, String) |
Deletes a document 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,
string docID
)
Sub DeleteDocuments (
cxt As IAppContext,
docID As String
)
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context. - docID
- Type: SystemString
The ID of the document to be deleted.
See Also