PowerWEB File Upload for ASP.NET
CallbackType Enumeration
See Also  Send comments on this topic.
Dart.FileUpload Namespace : CallbackType Enumeration



Enumerates values which describe the type of callback mechanism in use.

Syntax

Visual Basic (Declaration) 
Public Enum CallbackType 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As CallbackType
C# 
public enum CallbackType : System.Enum 
C++/CLI 
public enum class CallbackType : public System.Enum 

Members

MemberDescription
AutoDetectThe callback type to use is automatically detected.
FlashCallbacks performed with the Flash plugin.
IFrameCallbacks performed with IFrame.
NonePostbacks are used in place of callbacks.
XmlHttpCallbacks performed with the XmlHttp object.

Remarks

This enumeration is used by the Callback property.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dart.FileUpload.CallbackType

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.3
© 2012 Dart Communications. All Rights Reserved.