Init Method
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| UploaderProvider..::..Init Method |
| UploaderProvider Class See Also Send Feedback |
Inits the specified uploader.
Namespace:Â CuteEditorAssembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
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.