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

BaseControlConverter.IsTypeCorrect Method

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

Syntax

Visual Basic
Protected MustOverride Function IsTypeCorrect ( _
	control As Control _
) As Boolean
C#
protected abstract bool IsTypeCorrect(
	Control control
)

Parameters

control

Type: System.Web.UI..Control

See Also

Reference