Click or drag to resize

IDocumentApiRequestMalwareScanning Method

Manually make a file scan request for a specific document.

Namespace:  Casewhere.Runtime.DSL.Api
Assembly:  Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax
C#
void RequestMalwareScanning(
	DocumentInfo documentInfo
)

Parameters

documentInfo
Type: Casewhere.SystemTypesDocumentInfo
A given document
See Also