Click or drag to resize

BinariesExtractionOptionsCheckLastModificationDate Property

Note: This API is now obsolete.

Indicates whether it is necessary to check the last modification date during binaries verification.

Namespace:  DotNetBrowser.Engine
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.2
Syntax
C#
[ObsoleteAttribute("The last modification date is not used anymore. Use VerificationLevel instead.")]
public bool CheckLastModificationDate { get; }

Property Value

Type: Boolean
true if the last modification date should be checked, false otherwise.
See Also