Specifies the maximum size (in kilobytes) of a file that can be scanned by Kaspersky Scan Engine.
Path
ICAPSettings > ScanMaxFileSize
Attributes
This element has no attributes.
Value
If the value of this parameter is 0, Kaspersky Scan Engine will scan files of any size.
If you specify the value for the ContentSize
parameter, Kaspersky Scan Engine will use it instead of the value of ScanMaxFileSize
. This applies both to requests made in preview mode and regular requests.
The default value is 0
.
Example
The following is an example of this element.
<ScanMaxFileSize>0</ScanMaxFileSize> <!-- 0 = unlimited --> |