IDocumentApiDelete Method

Delete a document.

Definition

Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
void Delete(
	DocumentInfo document
)

Parameters

document  DocumentInfo
The document information.

See Also