This documentation is for the old version. Go to the latest Upload Suite docs

SourceFileInfo.ValidateHashCodeMD5 Method

Compares HashCodeMD5 value and MD5 hash code calculated for the source file server-side.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Function ValidateHashCodeMD5 As Boolean
C#
public bool ValidateHashCodeMD5()

Return Value

true if HashCodeMD5 property value and source file MD5 hash code are equal; otherwise false.

See Also

Reference