Inits the specified uploader.
            
        
        Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
 Syntax
Syntax
| C# | 
|---|
| public abstract void Init( IAjaxUploader uploader, HttpContext context ) | 
| Visual Basic | 
|---|
| Public MustOverride Sub Init ( _ uploader As IAjaxUploader, _ context As HttpContext _ ) | 
| Visual C++ | 
|---|
| public: virtual void Init( IAjaxUploader^ uploader, HttpContext^ context ) abstract | 
Parameters
- uploader
- Type: CuteEditor..::..IAjaxUploader
 The uploader.
- context
- Type: System.Web..::..HttpContext
 The context.
 
     
     
     
     
    